Mercurial > pidgin
comparison src/plugins.c @ 1145:cd96ca1aed02
[gaim-migrate @ 1155]
actually to be quite honest toc has been blocking me so i have no way of knowing that the permit/deny stuff that i'm committing actually works. but i'm sure i'll get a bug report in about 3 hours or so if it's not.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Mon, 27 Nov 2000 13:18:11 +0000 |
| parents | f168625b63fe |
| children | 8f70ecf3e884 |
comparison
equal
deleted
inserted
replaced
| 1144:b1454d019277 | 1145:cd96ca1aed02 |
|---|---|
| 105 | 105 |
| 106 gtk_file_selection_hide_fileop_buttons( | 106 gtk_file_selection_hide_fileop_buttons( |
| 107 GTK_FILE_SELECTION(plugin_dialog)); | 107 GTK_FILE_SELECTION(plugin_dialog)); |
| 108 | 108 |
| 109 if (!last_dir) | 109 if (!last_dir) |
| 110 /* someone fix me please, how do we get the dir from configure? */ | 110 /* someone FIXME please, how do we get the dir from configure? */ |
| 111 buf = g_strdup("/usr/local/lib/gaim/"); | 111 buf = g_strdup("/usr/local/lib/gaim/"); |
| 112 else | 112 else |
| 113 buf = g_strconcat(last_dir, G_DIR_SEPARATOR_S, NULL); | 113 buf = g_strconcat(last_dir, G_DIR_SEPARATOR_S, NULL); |
| 114 | 114 |
| 115 gtk_file_selection_set_filename(GTK_FILE_SELECTION(plugin_dialog), buf); | 115 gtk_file_selection_set_filename(GTK_FILE_SELECTION(plugin_dialog), buf); |
