comparison src/multi.c @ 2568:c2abbf94b93d

[gaim-migrate @ 2581] I forgot to commit this file. This removes the warning when exiting. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 21 Oct 2001 19:49:20 +0000
parents e49ab50736bf
children 2ced57c58653
comparison
equal deleted inserted replaced
2567:f0e8cf09d8a3 2568:c2abbf94b93d
1264 destroy_all_dialogs(); 1264 destroy_all_dialogs();
1265 destroy_buddy(); 1265 destroy_buddy();
1266 #ifdef USE_APPLET 1266 #ifdef USE_APPLET
1267 set_user_state(offline); 1267 set_user_state(offline);
1268 applet_buddy_show = FALSE; 1268 applet_buddy_show = FALSE;
1269 applet_widget_unregister_callback(APPLET_WIDGET(applet), "signoff"); 1269
1270 remove_applet_away(); 1270 if (applet) {
1271 /* These don't have any purpose if the applet is gone :-P */
1272 applet_widget_unregister_callback(APPLET_WIDGET(applet), "signoff");
1273 remove_applet_away();
1274 }
1271 #else 1275 #else
1272 show_login(); 1276 show_login();
1273 #endif /* USE_APPLET */ 1277 #endif /* USE_APPLET */
1274 if (misc_options & OPT_MISC_BUDDY_TICKER) 1278 if (misc_options & OPT_MISC_BUDDY_TICKER)
1275 BuddyTickerSignoff(); 1279 BuddyTickerSignoff();