Mercurial > pidgin
comparison src/toc.c @ 50:aa738bb8d8d7
[gaim-migrate @ 60]
Fixed double-logout bug and made applet buddy list show up properly
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sun, 26 Mar 2000 08:50:23 +0000 |
| parents | 939455223459 |
| children | bfdc427b936d |
comparison
equal
deleted
inserted
replaced
| 49:4d25b98a9d09 | 50:aa738bb8d8d7 |
|---|---|
| 145 } | 145 } |
| 146 | 146 |
| 147 | 147 |
| 148 #ifdef USE_APPLET | 148 #ifdef USE_APPLET |
| 149 if (general_options & OPT_GEN_APP_BUDDY_SHOW) { | 149 if (general_options & OPT_GEN_APP_BUDDY_SHOW) { |
| 150 make_buddy(); | 150 make_buddy(); |
| 151 gnome_buddy_show(); | |
| 151 parse_toc_buddy_list(config); | 152 parse_toc_buddy_list(config); |
| 152 refresh_buddy_window(); | 153 createOnlinePopup(); |
| 153 set_applet_draw_open(); | 154 set_applet_draw_open(); |
| 154 } else { | 155 } else { |
| 155 make_buddy(); | 156 make_buddy(); |
| 156 gnome_buddy_hide(); | 157 gnome_buddy_hide(); |
| 157 parse_toc_buddy_list(config); | 158 parse_toc_buddy_list(config); |
