pidgin/gtkmain.c

changeset 19048
432404a6b416
parent 18606
102d3ca556ea
child 19122
0c71768c2b4d
equal deleted inserted replaced
19047:0ad8a4a39ee9 19048:432404a6b416
29 #include "core.h" 29 #include "core.h"
30 #include "debug.h" 30 #include "debug.h"
31 #include "eventloop.h" 31 #include "eventloop.h"
32 #include "ft.h" 32 #include "ft.h"
33 #include "log.h" 33 #include "log.h"
34 #include "network.h"
34 #include "notify.h" 35 #include "notify.h"
35 #include "prefs.h" 36 #include "prefs.h"
36 #include "prpl.h" 37 #include "prpl.h"
37 #include "pounce.h" 38 #include "pounce.h"
38 #include "sound.h" 39 #include "sound.h"
758 #ifdef HAVE_SIGNAL_H 759 #ifdef HAVE_SIGNAL_H
759 g_free(segfault_message); 760 g_free(segfault_message);
760 #endif 761 #endif
761 return 0; 762 return 0;
762 } 763 }
763
764 764
765 /* TODO: Move blist loading into purple_blist_init() */ 765 /* TODO: Move blist loading into purple_blist_init() */
766 purple_set_blist(purple_blist_new()); 766 purple_set_blist(purple_blist_new());
767 purple_blist_load(); 767 purple_blist_load();
768 768
775 purple_plugins_load_saved(PIDGIN_PREFS_ROOT "/plugins/loaded"); 775 purple_plugins_load_saved(PIDGIN_PREFS_ROOT "/plugins/loaded");
776 776
777 /* TODO: Move pounces loading into purple_pounces_init() */ 777 /* TODO: Move pounces loading into purple_pounces_init() */
778 purple_pounces_load(); 778 purple_pounces_load();
779 779
780 /* Call this early on to try to auto-detect our IP address and
781 * hopefully save some time later.
782 * TODO: move this (back) into purple_core_init() when purple_prefs_load() is in purple_prefs_init() */
783 purple_network_get_my_ip(-1);
780 784
781 /* HACK BY SEANEGAN: 785 /* HACK BY SEANEGAN:
782 * We've renamed prpl-oscar to prpl-aim and prpl-icq, accordingly. 786 * We've renamed prpl-oscar to prpl-aim and prpl-icq, accordingly.
783 * Let's do that change right here... after everything's loaded, but 787 * Let's do that change right here... after everything's loaded, but
784 * before anything has happened 788 * before anything has happened

mercurial