comparison src/protocols/yahoo/yahoo.c @ 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 8e9727919633
children d4e15f9d6652
comparison
equal deleted inserted replaced
9636:53e3c74b3628 9637:6c44a5d7cf54
1891 } 1891 }
1892 1892
1893 decoded_group = yahoo_string_decode(gc, group, FALSE); 1893 decoded_group = yahoo_string_decode(gc, group, FALSE);
1894 buf = g_strdup_printf(_("Could not add buddy %s to group %s to the server list on account %s."), 1894 buf = g_strdup_printf(_("Could not add buddy %s to group %s to the server list on account %s."),
1895 who, decoded_group, gaim_connection_get_display_name(gc)); 1895 who, decoded_group, gaim_connection_get_display_name(gc));
1896 gaim_notify_error(gc, NULL, _("Could not add buddy to server list"), buf); 1896 if (!gaim_conv_present_error(who, gaim_connection_get_account(gc), buf))
1897 gaim_notify_error(gc, NULL, _("Could not add buddy to server list"), buf);
1897 g_free(buf); 1898 g_free(buf);
1898 g_free(decoded_group); 1899 g_free(decoded_group);
1899 } 1900 }
1900 1901
1901 static void yahoo_process_p2p(GaimConnection *gc, struct yahoo_packet *pkt) 1902 static void yahoo_process_p2p(GaimConnection *gc, struct yahoo_packet *pkt)