comparison 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
comparison
equal deleted inserted replaced
106:e05e6373ea5a 107:55faf2e3a134
144 144
145 } 145 }
146 146
147 147
148 #ifdef USE_APPLET 148 #ifdef USE_APPLET
149 make_buddy();
149 if (general_options & OPT_GEN_APP_BUDDY_SHOW) { 150 if (general_options & OPT_GEN_APP_BUDDY_SHOW) {
150 make_buddy();
151 gnome_buddy_show(); 151 gnome_buddy_show();
152 parse_toc_buddy_list(config); 152 parse_toc_buddy_list(config);
153 createOnlinePopup(); 153 createOnlinePopup();
154 set_applet_draw_open(); 154 set_applet_draw_open();
155 } else { 155 } else {
156 make_buddy();
157 gnome_buddy_hide(); 156 gnome_buddy_hide();
158 parse_toc_buddy_list(config); 157 parse_toc_buddy_list(config);
159 set_applet_draw_closed(); 158 set_applet_draw_closed();
160 } 159 }
161 160