comparison src/multi.c @ 1499:de0b946e86a4

[gaim-migrate @ 1509] woohoo, i'm back. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 23 Feb 2001 23:58:35 +0000
parents 4e891576c226
children 427e1409917c
comparison
equal deleted inserted replaced
1498:0ef6603d986e 1499:de0b946e86a4
21 21
22 #include <gtk/gtk.h> 22 #include <gtk/gtk.h>
23 #include "prpl.h" 23 #include "prpl.h"
24 #include "multi.h" 24 #include "multi.h"
25 #include "gaim.h" 25 #include "gaim.h"
26 #ifdef USE_APPLET
26 #include "applet.h" 27 #include "applet.h"
28 #endif
27 29
28 #include "pixmaps/gnome_add.xpm" 30 #include "pixmaps/gnome_add.xpm"
29 #include "pixmaps/gnome_preferences.xpm" 31 #include "pixmaps/gnome_preferences.xpm"
30 #include "pixmaps/join.xpm" 32 #include "pixmaps/join.xpm"
31 #include "pixmaps/gnome_remove.xpm" 33 #include "pixmaps/gnome_remove.xpm"
705 #endif 707 #endif
706 setup_buddy_chats(); 708 setup_buddy_chats();
707 709
708 update_connection_dependent_prefs(); 710 update_connection_dependent_prefs();
709 do_away_menu(); 711 do_away_menu();
712 do_proto_menu();
710 redo_convo_menus(); 713 redo_convo_menus();
711 gaim_setup(gc); 714 gaim_setup(gc);
712 715
713 plugin_event(event_signon, gc, 0, 0, 0); 716 plugin_event(event_signon, gc, 0, 0, 0);
714 717