Mercurial > pidgin.yaz
changeset 11924:ced9410eeb73
[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
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 31 Oct 2005 05:40:35 +0000 |
parents | ab0f16a72e89 |
children | ad62cd866435 |
files | src/gtkblist.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);