src/protocols/jabber/presence.c

changeset 7015
bea9111282b3
parent 7014
11471fae7ba0
child 7095
17d2b54254f8
--- a/src/protocols/jabber/presence.c	Mon Sep 29 15:23:19 2003 +0000
+++ b/src/protocols/jabber/presence.c	Mon Sep 29 15:28:20 2003 +0000
@@ -115,7 +115,7 @@
 				"subscribed");
 
 		if(!gaim_find_buddy(jap->gc->account, jap->who))
-			show_got_added(jap->gc, NULL, jap->who, NULL, NULL);
+			gaim_account_notify_added(jap->gc->account, NULL, jap->who, NULL, NULL);
 	}
 
 	g_free(jap->who);
@@ -129,7 +129,7 @@
 				"unsubscribed");
 
 		if(!gaim_find_buddy(jap->gc->account, jap->who))
-			show_got_added(jap->gc, NULL, jap->who, NULL, NULL);
+			gaim_account_notify_added(jap->gc->account, NULL, jap->who, NULL, NULL);
 	}
 
 	g_free(jap->who);

mercurial