pidgin: 0e36d349: It seems like we should be using this co...
qulogic at pidgin.im
qulogic at pidgin.im
Thu Dec 22 04:40:57 EST 2011
----------------------------------------------------------------------
Revision: 0e36d349baa6098687317239cfc6527d75456f1d
Parent: 37ab595aa99388b50706451e7bee5b2212a632fb
Author: qulogic at pidgin.im
Date: 12/22/11 02:55:41
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/0e36d349baa6098687317239cfc6527d75456f1d
Changelog:
It seems like we should be using this color tag for something...
Changes against parent 37ab595aa99388b50706451e7bee5b2212a632fb
patched libpurple/protocols/bonjour/jabber.c
-------------- next part --------------
============================================================
--- libpurple/protocols/bonjour/jabber.c ff7a176d82e8200e7babbe013c5ab5208073f071
+++ libpurple/protocols/bonjour/jabber.c 21b4f89a5915c1664decd12f486c2452271defc9
@@ -206,7 +206,9 @@ _jabber_parse_and_write_message_to_ui(xm
g_string_append_printf(str, " face='%s'", font_face);
if (font_size)
g_string_append_printf(str, " size='%s'", font_size);
- if (ichat_text_color)
+ if (font_color)
+ g_string_append_printf(str, " color='%s'", font_color);
+ else if (ichat_text_color)
g_string_append_printf(str, " color='%s'", ichat_text_color);
if (ichat_balloon_color)
g_string_append_printf(str, " back='%s'", ichat_balloon_color);
More information about the Commits
mailing list