changeset 9637:6c44a5d7cf54

[gaim-migrate @ 10485] Another error-in-convo-window committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 02 Aug 2004 01:52:23 +0000
parents 53e3c74b3628
children 201c8fe4cee3
files src/protocols/yahoo/yahoo.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c	Sun Aug 01 22:00:33 2004 +0000
+++ b/src/protocols/yahoo/yahoo.c	Mon Aug 02 01:52:23 2004 +0000
@@ -1893,7 +1893,8 @@
 	decoded_group = yahoo_string_decode(gc, group, FALSE);
 	buf = g_strdup_printf(_("Could not add buddy %s to group %s to the server list on account %s."),
 				who, decoded_group, gaim_connection_get_display_name(gc));
-	gaim_notify_error(gc, NULL, _("Could not add buddy to server list"), buf);
+	if (!gaim_conv_present_error(who, gaim_connection_get_account(gc), buf))
+		gaim_notify_error(gc, NULL, _("Could not add buddy to server list"), buf);
 	g_free(buf);
 	g_free(decoded_group);
 }