diff src/dialogs.c @ 84:51943f1a97a0

[gaim-migrate @ 94] Changed how some of the applet away and callbacks work so that you can't open the buddy list or be away without signing on first. Also made it so you can't try to sign on *while* signing on, by clicking "signon" while already signing on. Apparently, this had caused segfaults and other bad things to happen to some people. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 05 Apr 2000 21:46:07 +0000
parents bfdc427b936d
children 521db4bf5f28
line wrap: on
line diff
--- a/src/dialogs.c	Wed Apr 05 09:20:25 2000 +0000
+++ b/src/dialogs.c	Wed Apr 05 21:46:07 2000 +0000
@@ -290,6 +290,8 @@
         g_list_free(dialogwindows);
         dialogwindows = NULL;
 
+	do_im_back(NULL, NULL);
+
         if (imdialog) {
                 destroy_dialog(NULL, imdialog);
                 imdialog = NULL;