libpurple/protocols/bonjour/jabber.c

changeset 32762
19da30ca0ffb
parent 32744
163329b5c8f6
child 33796
4854740e5277
equal deleted inserted replaced
32761:4ab8a6852266 32762:19da30ca0ffb
204 204
205 if (font_face) 205 if (font_face)
206 g_string_append_printf(str, " face='%s'", font_face); 206 g_string_append_printf(str, " face='%s'", font_face);
207 if (font_size) 207 if (font_size)
208 g_string_append_printf(str, " size='%s'", font_size); 208 g_string_append_printf(str, " size='%s'", font_size);
209 if (ichat_text_color) 209 if (font_color)
210 g_string_append_printf(str, " color='%s'", font_color);
211 else if (ichat_text_color)
210 g_string_append_printf(str, " color='%s'", ichat_text_color); 212 g_string_append_printf(str, " color='%s'", ichat_text_color);
211 if (ichat_balloon_color) 213 if (ichat_balloon_color)
212 g_string_append_printf(str, " back='%s'", ichat_balloon_color); 214 g_string_append_printf(str, " back='%s'", ichat_balloon_color);
213 g_string_append_printf(str, ">%s</font>", html_body); 215 g_string_append_printf(str, ">%s</font>", html_body);
214 216

mercurial