libpurple/protocols/yahoo/libymsg.c

branch
soc.2013.gobjectification
changeset 34631
18bd628bb28d
parent 34627
08733a7475df
child 34640
71bf359300e1
--- a/libpurple/protocols/yahoo/libymsg.c	Sun Jun 23 18:36:48 2013 +0530
+++ b/libpurple/protocols/yahoo/libymsg.c	Sun Jun 23 19:00:53 2013 +0530
@@ -2343,7 +2343,7 @@
 	decoded_group = yahoo_string_decode(gc, group, FALSE);
 	buf = g_strdup_printf(_("Unable to add buddy %s to group %s to the server list on account %s."),
 				who, decoded_group, purple_connection_get_display_name(gc));
-	if (!purple_conv_present_error(who, purple_connection_get_account(gc), buf))
+	if (!purple_conversation_helper_present_error(who, purple_connection_get_account(gc), buf))
 		purple_notify_error(gc, NULL, _("Unable to add buddy to server list"), buf);
 	g_free(buf);
 	g_free(decoded_group);

mercurial