comparison 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
comparison
equal deleted inserted replaced
83:8a98f129c849 84:51943f1a97a0
287 d = d->next; 287 d = d->next;
288 } 288 }
289 289
290 g_list_free(dialogwindows); 290 g_list_free(dialogwindows);
291 dialogwindows = NULL; 291 dialogwindows = NULL;
292
293 do_im_back(NULL, NULL);
292 294
293 if (imdialog) { 295 if (imdialog) {
294 destroy_dialog(NULL, imdialog); 296 destroy_dialog(NULL, imdialog);
295 imdialog = NULL; 297 imdialog = NULL;
296 } 298 }