Mercurial > pidgin
comparison src/multi.c @ 2105:ff225036d434
[gaim-migrate @ 2115]
heh. stupid applet bug.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Wed, 01 Aug 2001 22:18:54 +0000 |
| parents | dd3aa315519d |
| children | 3110ea142888 |
comparison
equal
deleted
inserted
replaced
| 2104:0b81421021fd | 2105:ff225036d434 |
|---|---|
| 794 | 794 |
| 795 /* then we do the buddy list stuff */ | 795 /* then we do the buddy list stuff */ |
| 796 if (mainwindow) | 796 if (mainwindow) |
| 797 gtk_widget_hide(mainwindow); | 797 gtk_widget_hide(mainwindow); |
| 798 | 798 |
| 799 show_buddy_list(); | |
| 800 refresh_buddy_window(); | |
| 799 #ifdef USE_APPLET | 801 #ifdef USE_APPLET |
| 800 if (general_options & OPT_GEN_APP_BUDDY_SHOW) { | 802 if (general_options & OPT_GEN_APP_BUDDY_SHOW) { |
| 801 show_buddy_list(); | |
| 802 refresh_buddy_window(); | |
| 803 createOnlinePopup(); | 803 createOnlinePopup(); |
| 804 applet_buddy_show = TRUE; | 804 applet_buddy_show = TRUE; |
| 805 } else if (!blist) { | 805 } else if (!blist) { |
| 806 show_buddy_list(); | |
| 807 gtk_widget_hide(blist); | 806 gtk_widget_hide(blist); |
| 808 applet_buddy_show = FALSE; | 807 applet_buddy_show = FALSE; |
| 809 } | 808 } |
| 810 set_user_state(online); | 809 set_user_state(online); |
| 811 #else | |
| 812 show_buddy_list(); | |
| 813 refresh_buddy_window(); | |
| 814 #endif | 810 #endif |
| 815 setup_buddy_chats(); | 811 setup_buddy_chats(); |
| 816 | 812 |
| 817 update_connection_dependent_prefs(); | 813 update_connection_dependent_prefs(); |
| 818 do_away_menu(); | 814 do_away_menu(); |
