comparison src/gtkprefs.c @ 10605:56d4460bb6bd

[gaim-migrate @ 12037] This makes us remember the last used folders for saving files, opening files, and buddy icons (separately). Also fixes a file transfer crash when you decide not to overwrite an existing file but then choose a different file to save to. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 16 Feb 2005 21:07:10 +0000
parents 0f7452b1f777
children 4f54e273affd
comparison
equal deleted inserted replaced
10604:255225f7639e 10605:56d4460bb6bd
2290 gaim_prefs_add_string("/gaim/gtk/idle/reporting_method", "system"); 2290 gaim_prefs_add_string("/gaim/gtk/idle/reporting_method", "system");
2291 2291
2292 /* Plugins */ 2292 /* Plugins */
2293 gaim_prefs_add_none("/gaim/gtk/plugins"); 2293 gaim_prefs_add_none("/gaim/gtk/plugins");
2294 gaim_prefs_add_string_list("/gaim/gtk/plugins/loaded", NULL); 2294 gaim_prefs_add_string_list("/gaim/gtk/plugins/loaded", NULL);
2295
2296 /* File locations */
2297 gaim_prefs_add_none("/gaim/gtk/filelocations");
2298 gaim_prefs_add_string("/gaim/gtk/filelocations/last_save_folder", "");
2299 gaim_prefs_add_string("/gaim/gtk/filelocations/last_open_folder", "");
2300 gaim_prefs_add_string("/gaim/gtk/filelocations/last_icon_folder", "");
2295 2301
2296 /* Smiley Themes */ 2302 /* Smiley Themes */
2297 gaim_prefs_add_none("/gaim/gtk/smileys"); 2303 gaim_prefs_add_none("/gaim/gtk/smileys");
2298 gaim_prefs_add_string("/gaim/gtk/smileys/theme", "default"); 2304 gaim_prefs_add_string("/gaim/gtk/smileys/theme", "default");
2299 2305