pidgin.next.minor: fef93b50: Make my last commit compile.
rlaager at pidgin.im
rlaager at pidgin.im
Fri Nov 14 01:10:40 EST 2008
-----------------------------------------------------------------
Revision: fef93b50fe2b6c172be07648cbc70b62a42fcfff
Ancestor: be5854076f1ec76b372e1e5a289f2df21547336b
Author: rlaager at pidgin.im
Date: 2008-11-14T05:55:44
Branch: im.pidgin.pidgin.next.minor
URL: http://d.pidgin.im/viewmtn/revision/info/fef93b50fe2b6c172be07648cbc70b62a42fcfff
Modified files:
pidgin/gtkdialogs.c
ChangeLog:
Make my last commit compile.
-------------- next part --------------
============================================================
--- pidgin/gtkdialogs.c 354235d3a6a6de8aa38afe507e58efdfd5b39a84
+++ pidgin/gtkdialogs.c 7afc684b7e19ae2a74696e4f34adf89545975f2a
@@ -1057,7 +1057,7 @@ pidgin_dialogs_remove_contact(PurpleCont
g_return_if_fail(buddy != NULL);
if (PURPLE_BLIST_NODE(contact)->child == PURPLE_BLIST_NODE(buddy) &&
- !(PURPLE_BLIST_NODE(buddy)->next) {
+ PURPLE_BLIST_NODE(buddy)->next == NULL) {
pidgin_dialogs_remove_buddy(buddy);
} else {
gchar *text;
More information about the Commits
mailing list