pidgin: 6b89b377: 2008.08.10 - csyfek <csyfek(at)gmail.com...
Ka-Hing Cheung
khc at hxbc.us
Sun Aug 10 12:54:53 EDT 2008
On Sun, 2008-08-10 at 04:16 -0400, Elliott Sales de Andrade wrote:
> Yes, that's true. Because now we might need to disapprove the whole
> thing for breaking string freeze:
>
> + msg = g_strdup_printf(_(
> + "Reply %s(0x%02X )\n"
> + "Sent %s(0x%02X )\n"
> + "Room id %d, reply [0x%02X]: \n"
> + "%s"),
> + qq_get_room_cmd_desc(reply_cmd), reply_cmd,
> + qq_get_room_cmd_desc(room_cmd), room_cmd,
> + room_id, reply, msg_utf8);
> +
> + purple_notify_error(gc, NULL, _("Failed room reply"), msg);
>
> And:
>
> + if (data_len >= 0) {
> + purple_debug(PURPLE_DEBUG_WARNING, "QQ",
> + "Decrypt login reply packet with password_twice_md5, %d
> bytes\n", data_len);
> + } else {
> + purple_connection_error_reason(gc, PURPLE_CONNECTION_ERROR_NETWORK_ERROR,
> + _("Can not decrypt login reply"));
> + return;
> + }
If they are only error messages, maybe we can just replace them with
similar and already existing strings?
-khc
More information about the Devel
mailing list