[gaim-migrate @ 14215]

Mon, 31 Oct 2005 05:40:35 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Mon, 31 Oct 2005 05:40:35 +0000
changeset 11924
a42748d67df3
parent 11923
a492ccce1a12
child 11925
458844cb2ee7

[gaim-migrate @ 14215]
This seems to fix a crash for me when going offline --> online --> offline
--> online with an AIM account.

See the backtrace at http://nosnilmot.com/nopaste/296

src/gtkblist.c file | annotate | diff | comparison | revisions
--- a/src/gtkblist.c	Mon Oct 31 05:32:48 2005 +0000
+++ b/src/gtkblist.c	Mon Oct 31 05:40:35 2005 +0000
@@ -2681,7 +2681,7 @@
 			protoname = prpl_info->list_icon(account, buddy);
 		}
 		if(prpl_info && prpl_info->list_emblems && buddy) {
-			if(!gtknode->recent_signonoff)
+			if(gtknode && !gtknode->recent_signonoff)
 				prpl_info->list_emblems(buddy, &emblems[0].filename,
 						&emblems[1].filename, &emblems[2].filename,
 						&emblems[3].filename);

mercurial