Mercurial > pidgin
comparison src/multi.c @ 1928:b1fad054b4f0
[gaim-migrate @ 1938]
fun stuff
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Thu, 31 May 2001 01:47:14 +0000 |
| parents | fe79493094e7 |
| children | ba421d552093 |
comparison
equal
deleted
inserted
replaced
| 1927:1a9867e1bfd5 | 1928:b1fad054b4f0 |
|---|---|
| 704 gc->meter = NULL; | 704 gc->meter = NULL; |
| 705 | 705 |
| 706 /* then we do the buddy list stuff */ | 706 /* then we do the buddy list stuff */ |
| 707 if (mainwindow) | 707 if (mainwindow) |
| 708 gtk_widget_hide(mainwindow); | 708 gtk_widget_hide(mainwindow); |
| 709 show_buddy_list(); | |
| 710 | 709 |
| 711 #ifdef USE_APPLET | 710 #ifdef USE_APPLET |
| 712 if (general_options & OPT_GEN_APP_BUDDY_SHOW) { | 711 if (general_options & OPT_GEN_APP_BUDDY_SHOW) { |
| 712 show_buddy_list(); | |
| 713 refresh_buddy_window(); | 713 refresh_buddy_window(); |
| 714 createOnlinePopup(); | 714 createOnlinePopup(); |
| 715 applet_buddy_show = TRUE; | 715 applet_buddy_show = TRUE; |
| 716 } else { | 716 } else if (!blist) { |
| 717 show_buddy_list(); | |
| 717 gtk_widget_hide(blist); | 718 gtk_widget_hide(blist); |
| 718 applet_buddy_show = FALSE; | 719 applet_buddy_show = FALSE; |
| 719 } | 720 } |
| 720 set_user_state(online); | 721 set_user_state(online); |
| 721 #else | 722 #else |
| 723 show_buddy_list(); | |
| 722 refresh_buddy_window(); | 724 refresh_buddy_window(); |
| 723 #endif | 725 #endif |
| 724 setup_buddy_chats(); | 726 setup_buddy_chats(); |
| 725 | 727 |
| 726 update_connection_dependent_prefs(); | 728 update_connection_dependent_prefs(); |
