/soc/2013/ashmew2/filetransferY: 7f29ee4fd13a: Jabber one liner

Ashish Gupta ashmew2 at gmail.com
Mon Feb 3 06:20:44 EST 2014


Changeset: 7f29ee4fd13a999748ee963d362a35f1016734d6
Author:	 Ashish Gupta <ashmew2 at gmail.com>
Date:	 2014-02-03 16:46 +0530
Branch:	 default
URL: https://hg.pidgin.im/soc/2013/ashmew2/filetransferY/rev/7f29ee4fd13a

Description:

Jabber one liner

diffstat:

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

diffs (12 lines):

diff --git a/libpurple/protocols/jabber/jabber.c b/libpurple/protocols/jabber/jabber.c
--- a/libpurple/protocols/jabber/jabber.c
+++ b/libpurple/protocols/jabber/jabber.c
@@ -727,7 +727,7 @@ jabber_recv_cb(gpointer data, gint sourc
 	} else {
 		gchar *tmp;
 		if (len == 0)
-			tmp = g_strdup_printf(_("Server closed the connection"));
+			tmp = g_strdup(_("Server closed the connection"));
 		else
 			tmp = g_strdup_printf(_("Lost connection with server: %s"),
 					g_strerror(errno));



More information about the Commits mailing list