pidgin: 6706efe2: Fix CID #384
rlaager at pidgin.im
rlaager at pidgin.im
Fri Nov 14 02:45:59 EST 2008
-----------------------------------------------------------------
Revision: 6706efe252bacf49dedaaf938d815cc3e4b43325
Ancestor: 2d10538e47e4d45e8c292b021893ed045ce266f0
Author: rlaager at pidgin.im
Date: 2008-11-14T06:15:24
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/6706efe252bacf49dedaaf938d815cc3e4b43325
Modified files:
pidgin/gtkblist.c
ChangeLog:
Fix CID #384
Can prpl_info really be NULL, though?
-------------- next part --------------
============================================================
--- pidgin/gtkblist.c aab61691ddea72258417c902df8d7cdee76a0503
+++ pidgin/gtkblist.c cede637a952d43e945aa9ce507c9972fcbfe69f9
@@ -3344,7 +3344,7 @@ static char *pidgin_get_tooltip_text(Pur
}
}
- if (prpl_info->chat_info != NULL)
+ if (prpl_info && prpl_info->chat_info != NULL)
cur = prpl_info->chat_info(chat->account->gc);
else
cur = NULL;
More information about the Commits
mailing list