Mercurial > pidgin
diff src/toc.c @ 107:55faf2e3a134
[gaim-migrate @ 117]
Fixed a really annoying bug so that now the buddy list stays on the panel
and doesn't 'float' when the lag-o-meter is on.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Wed, 12 Apr 2000 08:13:22 +0000 |
| parents | bfdc427b936d |
| children | 9d684979f507 |
line wrap: on
line diff
--- a/src/toc.c Wed Apr 12 06:51:37 2000 +0000 +++ b/src/toc.c Wed Apr 12 08:13:22 2000 +0000 @@ -146,14 +146,13 @@ #ifdef USE_APPLET + make_buddy(); if (general_options & OPT_GEN_APP_BUDDY_SHOW) { - make_buddy(); gnome_buddy_show(); parse_toc_buddy_list(config); createOnlinePopup(); set_applet_draw_open(); } else { - make_buddy(); gnome_buddy_hide(); parse_toc_buddy_list(config); set_applet_draw_closed();
