diff src/protocols/jabber/presence.c @ 7015:dece74f05509

[gaim-migrate @ 7578] Further core/UI splittage. show_got_added() -> gaim_account_notify_added() committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 29 Sep 2003 15:28:20 +0000
parents 67c4e9d39242
children c8bf2da398e3
line wrap: on
line diff
--- 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);