diff 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
line wrap: on
line diff
--- a/src/blist.c	Sat Feb 14 23:26:39 2004 +0000
+++ b/src/blist.c	Sun Feb 15 04:44:00 2004 +0000
@@ -207,6 +207,7 @@
 void gaim_blist_destroy()
 {
 	GaimBlistUiOps *ops = gaimbuddylist->ui_ops;
+	gaim_debug(GAIM_DEBUG_INFO, "blist", "Destroying\n");
 	if (ops)
 		ops->destroy(gaimbuddylist);
 }