comparison src/blist.c @ 8259:4f9f68ab8770

[gaim-migrate @ 8982] This should fix some buddy pounce menu issues when signing off the last account and back on. Also, the Remove Buddy Pounce menu is now greyed out if empty. Hopefully the issues are dealt with now. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 15 Feb 2004 04:44:00 +0000
parents 82627be0f420
children f24172f53650
comparison
equal deleted inserted replaced
8258:cbdef2dcc581 8259:4f9f68ab8770
205 } 205 }
206 206
207 void gaim_blist_destroy() 207 void gaim_blist_destroy()
208 { 208 {
209 GaimBlistUiOps *ops = gaimbuddylist->ui_ops; 209 GaimBlistUiOps *ops = gaimbuddylist->ui_ops;
210 gaim_debug(GAIM_DEBUG_INFO, "blist", "Destroying\n");
210 if (ops) 211 if (ops)
211 ops->destroy(gaimbuddylist); 212 ops->destroy(gaimbuddylist);
212 } 213 }
213 214
214 void gaim_blist_set_visible (gboolean show) 215 void gaim_blist_set_visible (gboolean show)