Mercurial > pidgin
comparison src/multi.c @ 3554:cf00549c53d7
[gaim-migrate @ 3644]
A long annoying patch by one Robert McQueen.
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Thu, 26 Sep 2002 15:23:33 +0000 |
| parents | 6b0cb60162f4 |
| children | b791019b2492 |
comparison
equal
deleted
inserted
replaced
| 3553:57a233c032eb | 3554:cf00549c53d7 |
|---|---|
| 1110 meter_win->active_count--; | 1110 meter_win->active_count--; |
| 1111 if (meter_win->active_count == 0) { | 1111 if (meter_win->active_count == 0) { |
| 1112 gtk_widget_destroy(meter_win->window); | 1112 gtk_widget_destroy(meter_win->window); |
| 1113 g_free (meter_win); | 1113 g_free (meter_win); |
| 1114 meter_win = NULL; | 1114 meter_win = NULL; |
| 1115 } | 1115 } |
| 1116 } | 1116 } |
| 1117 | 1117 |
| 1118 void account_online(struct gaim_connection *gc) | 1118 void account_online(struct gaim_connection *gc) |
| 1119 { | 1119 { |
| 1120 int i; | 1120 int i; |
| 1128 } | 1128 } |
| 1129 | 1129 |
| 1130 /* then we do the buddy list stuff */ | 1130 /* then we do the buddy list stuff */ |
| 1131 if (mainwindow) | 1131 if (mainwindow) |
| 1132 gtk_widget_hide(mainwindow); | 1132 gtk_widget_hide(mainwindow); |
| 1133 | |
| 1134 /* fixme: docklet | |
| 1135 if (blist_options & OPT_BLIST_APP_BUDDY_SHOW) { | |
| 1136 show_buddy_list(); | |
| 1137 refresh_buddy_window(); | |
| 1138 createOnlinePopup(); | |
| 1139 applet_buddy_show = TRUE; | |
| 1140 } else if (!blist) { | |
| 1141 show_buddy_list(); | |
| 1142 build_edit_tree(); | |
| 1143 gtk_widget_hide(blist); | |
| 1144 applet_buddy_show = FALSE; | |
| 1145 } else { | |
| 1146 build_edit_tree(); | |
| 1147 } | |
| 1148 set_user_state(online); */ | |
| 1149 | 1133 |
| 1150 show_buddy_list(); | 1134 show_buddy_list(); |
| 1151 refresh_buddy_window(); | 1135 refresh_buddy_window(); |
| 1152 | 1136 |
| 1153 update_privacy_connections(); | 1137 update_privacy_connections(); |
