diff src/gtkmain.c @ 10433:f7f06cb69d5e

[gaim-migrate @ 11689] Working CTRL+F searching for the buddy list. Previously it only found non-idle, non-away people. Not it finds all KINDS of people, and it does a substring search, too. So if you have a buddy "giantgraypanda" you can search for "gray" and this will find them. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 27 Dec 2004 18:46:42 +0000
parents 04c663ccbcb1
children 6feef0a9098a
line wrap: on
line diff
--- a/src/gtkmain.c	Mon Dec 27 08:56:04 2004 +0000
+++ b/src/gtkmain.c	Mon Dec 27 18:46:42 2004 +0000
@@ -636,6 +636,7 @@
 	gaim_set_blist(gaim_blist_new());
 	gaim_blist_load();
 
+	/* TODO: Move prefs loading into gaim_prefs_init() */
 	gaim_prefs_load();
 	gaim_prefs_update_old();
 	gaim_gtk_prefs_update_old();
@@ -643,6 +644,7 @@
 	/* load plugins we had when we quit */
 	gaim_plugins_load_saved("/gaim/gtk/plugins/loaded");
 
+	/* TODO: Move pounces loading into gaim_pounces_init() */
 	gaim_pounces_load();
 
 	ui_main();