# HG changeset patch # User Eric Warmenhoven # Date 996856752 0 # Node ID 66975a759a5275544a562b598901b59a27d6523e # Parent 6402958c64c9127df54640f4e67678bffa516ffc [gaim-migrate @ 2127] whoops. committer: Tailor Script diff -r 6402958c64c9 -r 66975a759a52 src/multi.c --- a/src/multi.c Fri Aug 03 10:27:45 2001 +0000 +++ b/src/multi.c Fri Aug 03 16:39:12 2001 +0000 @@ -786,6 +786,7 @@ void account_online(struct gaim_connection *gc) { int i; + gboolean blist_existed; /* first we hide the login progress meter */ if (gc->meter) @@ -796,13 +797,14 @@ if (mainwindow) gtk_widget_hide(mainwindow); + blist_existed = blist ? TRUE : FALSE; show_buddy_list(); refresh_buddy_window(); #ifdef USE_APPLET if (general_options & OPT_GEN_APP_BUDDY_SHOW) { createOnlinePopup(); applet_buddy_show = TRUE; - } else if (!blist) { + } else if (!blist_existed) { gtk_widget_hide(blist); applet_buddy_show = FALSE; }