/pidgin/main: 6855c0363a86: I was pretty sure, this was a debug ...

Tomasz Wasilczyk tomkiewicz at cpw.pidgin.im
Tue Aug 13 04:26:05 EDT 2013


Changeset: 6855c0363a8686d190b3d3fbafc6203a034a768b
Author:	 Tomasz Wasilczyk <tomkiewicz at cpw.pidgin.im>
Date:	 2013-08-13 10:25 +0200
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/6855c0363a86

Description:

I was pretty sure, this was a debug message, not a translate-able string

diffstat:

 libpurple/protocols/yahoo/yahoo_filexfer.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff --git a/libpurple/protocols/yahoo/yahoo_filexfer.c b/libpurple/protocols/yahoo/yahoo_filexfer.c
--- a/libpurple/protocols/yahoo/yahoo_filexfer.c
+++ b/libpurple/protocols/yahoo/yahoo_filexfer.c
@@ -972,8 +972,9 @@ void yahoo_process_filetrans_info_15(Pur
 		xfer_data->is_relay = (val_249 == 3);
 
 		if (!xfer_data->is_relay) {
+			purple_debug_error("yahoo", "Non-relay FT aren't tested yet.\n");
 			purple_notify_error(gc, NULL, _("File Transfer Failed"),
-				_("Non-relay FT aren't tested yet."));
+				_("Unsupported method"));
 			purple_xfer_cancel_remote(xfer);
 		}
 



More information about the Commits mailing list