Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/src/toc.c Sat Mar 25 23:28:15 2000 +0000 +++ b/src/toc.c Sun Mar 26 08:50:23 2000 +0000 @@ -147,9 +147,10 @@ #ifdef USE_APPLET if (general_options & OPT_GEN_APP_BUDDY_SHOW) { - make_buddy(); + make_buddy(); + gnome_buddy_show(); parse_toc_buddy_list(config); - refresh_buddy_window(); + createOnlinePopup(); set_applet_draw_open(); } else { make_buddy();
