# HG changeset patch # User Sean Egan # Date 1091411543 0 # Node ID 6c44a5d7cf549461b1dce21bb4c09c33bdbbaf89 # Parent 53e3c74b362849e1b7053163a8b4ed6c3a5455de [gaim-migrate @ 10485] Another error-in-convo-window committer: Tailor Script diff -r 53e3c74b3628 -r 6c44a5d7cf54 src/protocols/yahoo/yahoo.c --- 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); }