comparison 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
comparison
equal deleted inserted replaced
10432:dc4475bf718f 10433:f7f06cb69d5e
634 634
635 /* TODO: Move blist loading into gaim_blist_init() */ 635 /* TODO: Move blist loading into gaim_blist_init() */
636 gaim_set_blist(gaim_blist_new()); 636 gaim_set_blist(gaim_blist_new());
637 gaim_blist_load(); 637 gaim_blist_load();
638 638
639 /* TODO: Move prefs loading into gaim_prefs_init() */
639 gaim_prefs_load(); 640 gaim_prefs_load();
640 gaim_prefs_update_old(); 641 gaim_prefs_update_old();
641 gaim_gtk_prefs_update_old(); 642 gaim_gtk_prefs_update_old();
642 643
643 /* load plugins we had when we quit */ 644 /* load plugins we had when we quit */
644 gaim_plugins_load_saved("/gaim/gtk/plugins/loaded"); 645 gaim_plugins_load_saved("/gaim/gtk/plugins/loaded");
645 646
647 /* TODO: Move pounces loading into gaim_pounces_init() */
646 gaim_pounces_load(); 648 gaim_pounces_load();
647 649
648 ui_main(); 650 ui_main();
649 651
650 #ifdef USE_SM 652 #ifdef USE_SM