- Timestamp:
- 2005-12-18T14:28:52Z (19 years ago)
- Branches:
- master
- Children:
- 1fa6a23, 7308b63
- Parents:
- 578d627 (diff), 32c632f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.c
r578d627 r00f434f 82 82 GError *error = NULL; 83 83 84 dir = g_dir_open( PLUGINDIR, 0, &error);84 dir = g_dir_open(global.conf->plugindir, 0, &error); 85 85 86 86 if (dir) { … … 89 89 90 90 while ((entry = g_dir_read_name(dir))) { 91 path = g_build_filename( PLUGINDIR, entry, NULL);91 path = g_build_filename(global.conf->plugindir, entry, NULL); 92 92 if(!path) { 93 93 log_message(LOGLVL_WARNING, "Can't build path for %s\n", entry);
Note: See TracChangeset
for help on using the changeset viewer.