Mercurial > pidgin
comparison libpurple/protocols/jabber/jabber.c @ 29280:9407348dc714
propagate from branch 'im.pidgin.pidgin' (head 73e463add9a124c86554c2958526e1a6ee5fc22f)
to branch 'im.pidgin.cpw.attention_ui' (head 70298cc7b74e537376e55f04be1e6f40aabe3d9d)
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Mon, 16 Mar 2009 21:45:24 +0000 |
parents | 68f6de7d1408 7ace7bf0bfad |
children | ae24e54a5014 |
comparison
equal
deleted
inserted
replaced
29279:5640246d96c1 | 29280:9407348dc714 |
---|---|
2511 xmlnode_free(msg); | 2511 xmlnode_free(msg); |
2512 | 2512 |
2513 return TRUE; | 2513 return TRUE; |
2514 } else { | 2514 } else { |
2515 *error = g_strdup_printf(_("Unable to buzz, because %s does " | 2515 *error = g_strdup_printf(_("Unable to buzz, because %s does " |
2516 "not support it or do not wish to receive buzzes now."), alias); | 2516 "not support it or does not wish to receive buzzes now."), alias); |
2517 return FALSE; | 2517 return FALSE; |
2518 } | 2518 } |
2519 } | 2519 } |
2520 | 2520 |
2521 static PurpleCmdRet jabber_cmd_buzz(PurpleConversation *conv, | 2521 static PurpleCmdRet jabber_cmd_buzz(PurpleConversation *conv, |