diff pidgin/gtkblist.c @ 32492:cd1d9e04c587

Rename the _with_invite functions to their counterparts.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 03 Sep 2011 23:13:11 +0000
parents 99ca503ea087
children 694382c3d150
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Fri Sep 02 21:15:24 2011 +0000
+++ b/pidgin/gtkblist.c	Sat Sep 03 23:13:11 2011 +0000
@@ -7040,7 +7040,7 @@
 			purple_blist_add_buddy(b, NULL, g, NULL);
 		}
 
-		purple_account_add_buddy_with_invite(account, b, invite);
+		purple_account_add_buddy(account, b, invite);
 
 		/* Offer to merge people with the same alias. */
 		if (whoalias != NULL && g != NULL)