comparison src/multi.c @ 2314:64b4c69c1c5e

[gaim-migrate @ 2324] whoops committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 20 Sep 2001 01:44:24 +0000
parents 0b5c3338fa3d
children ab8ca5d75dcd
comparison
equal deleted inserted replaced
2313:bd9d403fb15b 2314:64b4c69c1c5e
923 /* then we do the buddy list stuff */ 923 /* then we do the buddy list stuff */
924 if (mainwindow) 924 if (mainwindow)
925 gtk_widget_hide(mainwindow); 925 gtk_widget_hide(mainwindow);
926 926
927 #ifdef USE_APPLET 927 #ifdef USE_APPLET
928 if (general_options & OPT_GEN_APP_BUDDY_SHOW) { 928 if (blist_options & OPT_BLIST_APP_BUDDY_SHOW) {
929 show_buddy_list(); 929 show_buddy_list();
930 refresh_buddy_window(); 930 refresh_buddy_window();
931 createOnlinePopup(); 931 createOnlinePopup();
932 applet_buddy_show = TRUE; 932 applet_buddy_show = TRUE;
933 } else if (!blist) { 933 } else if (!blist) {