gaim/gaim

Parents c17aded5305d
Children 8f157a09acd6
This needs this part also for when we don't have a buddy (i.e. normal cases).
--- a/src/protocols/jabber/presence.c Thu Mar 17 12:15:50 2005 -0500
+++ b/src/protocols/jabber/presence.c Thu Mar 17 16:15:18 2005 -0500
@@ -179,6 +179,8 @@
gaim_account_request_add(jap->gc->account, NULL, jap->who, NULL, NULL);
else
gaim_account_notify_added(jap->gc->account, NULL, jap->who, NULL, NULL);
+ } else {
+ gaim_account_request_add(jap->gc->account, NULL, jap->who, NULL, NULL);
}
}