| 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 |