comparison src/multi.c @ 3367:3b00d97d59aa

[gaim-migrate @ 3386] There'll be more tommorow! Thanks for coming to the party. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 02 Aug 2002 04:52:48 +0000
parents e71ade93b98f
children fb1a0caadb9f
comparison
equal deleted inserted replaced
3366:120e08ea5aee 3367:3b00d97d59aa
1153 #else 1153 #else
1154 show_buddy_list(); 1154 show_buddy_list();
1155 refresh_buddy_window(); 1155 refresh_buddy_window();
1156 #endif 1156 #endif
1157 1157
1158 update_connection_dependent_prefs(); 1158 update_privacy_connections();
1159 do_away_menu(); 1159 do_away_menu();
1160 do_proto_menu(); 1160 do_proto_menu();
1161 redo_convo_menus(); 1161 redo_convo_menus();
1162 gaim_setup(gc); 1162 gaim_setup(gc);
1163 1163
1452 redo_convo_menus(); 1452 redo_convo_menus();
1453 #ifdef USE_APPLET 1453 #ifdef USE_APPLET
1454 if (connections) 1454 if (connections)
1455 set_user_state(online); 1455 set_user_state(online);
1456 #endif 1456 #endif
1457 update_connection_dependent_prefs(); 1457 update_privacy_connections();
1458 1458
1459 if (connections) 1459 if (connections)
1460 return; 1460 return;
1461 1461
1462 destroy_all_dialogs(); 1462 destroy_all_dialogs();