Mercurial > pidgin
diff src/plugins.c @ 1163:8f70ecf3e884
[gaim-migrate @ 1173]
Fixing the FIXMEs
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Tue, 28 Nov 2000 16:49:53 +0000 |
| parents | cd96ca1aed02 |
| children | 47cf56b72d4b |
line wrap: on
line diff
--- a/src/plugins.c Tue Nov 28 16:11:12 2000 +0000 +++ b/src/plugins.c Tue Nov 28 16:49:53 2000 +0000 @@ -107,8 +107,7 @@ GTK_FILE_SELECTION(plugin_dialog)); if (!last_dir) - /* someone FIXME please, how do we get the dir from configure? */ - buf = g_strdup("/usr/local/lib/gaim/"); + buf = g_strdup(LIBDIR); else buf = g_strconcat(last_dir, G_DIR_SEPARATOR_S, NULL);
