# HG changeset patch # User Paul Aurich # Date 1229899324 0 # Node ID 9b1310f1cc7c1283123570925a44fe86a2646590 # Parent a4d6e2c1e73bd365ee92f9c511969a259d944ee0 Fix the novell check diff -r a4d6e2c1e73b -r 9b1310f1cc7c libpurple/protocols/novell/novell.c --- a/libpurple/protocols/novell/novell.c Sun Dec 21 22:12:23 2008 +0000 +++ b/libpurple/protocols/novell/novell.c Sun Dec 21 22:42:04 2008 +0000 @@ -2554,7 +2554,7 @@ return; /* Don't re-add a buddy that is already on our contact list */ - if (nm_find_user_record(user, buddy->name) == NULL) + if (nm_find_user_record(user, buddy->name) != NULL) return; contact = nm_create_contact();