cpw.malu.xmpp.attention: 7a8133cb: Change error message shown when trying t...

malu at pidgin.im malu at pidgin.im
Tue Jan 13 14:26:53 EST 2009


-----------------------------------------------------------------
Revision: 7a8133cbaa393a81b855fb472e5a45c95db82b22
Ancestor: b6592b3b494a8ef5030add03b53355e3fc1cd8a2
Author: malu at pidgin.im
Date: 2009-01-13T19:23:07
Branch: im.pidgin.cpw.malu.xmpp.attention
URL: http://d.pidgin.im/viewmtn/revision/info/7a8133cbaa393a81b855fb472e5a45c95db82b22

Modified files:
        libpurple/protocols/jabber/jabber.c

ChangeLog: 

Change error message shown when trying to buzz a buddy who doesn't announce
support to reflect the fact that disabling "attention" also implies the client
should not advertize support, or as we do in libpurple, don't announce support
when the status is set to "Busy".

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/jabber.c	1238c193b2de8003ac492e4784ee9083891ed303
+++ libpurple/protocols/jabber/jabber.c	87160ad989ffb0faec1cf3e9043129b9df5bcd69
@@ -2491,7 +2491,9 @@ static gboolean _jabber_send_buzz(Jabber
 		
 		return TRUE;
 	} else {
-		*error = g_strdup_printf(_("Unable to buzz, because the user %s does not support it."), username);
+		*error = g_strdup_printf(_("Unable to buzz, because the user %s does"
+			"not support it or do not wish to receive buzzes now."), 
+			username);
 		return FALSE;
 	}
 }


More information about the Commits mailing list