# HG changeset patch # User Nathan Walp # Date 1065836378 0 # Node ID 10450fdde320c6107747107af1e553877bcf1da0 # Parent 79e33c8ecf16cb5f12a54c29e83ba7e484ad8d6a [gaim-migrate @ 7804] oops committer: Tailor Script diff -r 79e33c8ecf16 -r 10450fdde320 src/protocols/jabber/presence.c --- a/src/protocols/jabber/presence.c Fri Oct 10 20:35:05 2003 +0000 +++ b/src/protocols/jabber/presence.c Sat Oct 11 01:39:38 2003 +0000 @@ -127,9 +127,6 @@ if(g_list_find(gaim_connections_get_all(), jap->gc)) { jabber_presence_subscription_set(jap->gc->proto_data, jap->who, "unsubscribed"); - - if(!gaim_find_buddy(jap->gc->account, jap->who)) - gaim_account_notify_added(jap->gc->account, NULL, jap->who, NULL, NULL); } g_free(jap->who);