Mercurial > pidgin.yaz
diff src/gtkconv.c @ 11758:14675df16cd8
[gaim-migrate @ 14049]
This seems better to me. I don't want the style of the font changing every
other second.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Sun, 23 Oct 2005 20:21:53 +0000 |
parents | 3959c29f340f |
children | 73f58cd25951 |
line wrap: on
line diff
--- a/src/gtkconv.c Sun Oct 23 18:36:23 2005 +0000 +++ b/src/gtkconv.c Sun Oct 23 20:21:53 2005 +0000 @@ -4941,7 +4941,7 @@ if (im != NULL && gaim_conv_im_get_typing_state(im) == GAIM_TYPING) { - strncpy(style, "color=\"#47A046\" style=\"italic\"", sizeof(style)); + strncpy(style, "color=\"#47A046\", sizeof(style)); } else if (im != NULL && gaim_conv_im_get_typing_state(im) == GAIM_TYPED) @@ -4958,7 +4958,7 @@ } else if (gtkconv->unseen_state == GAIM_UNSEEN_EVENT) { - strncpy(style, "color=\"#868272\"", sizeof(style)); + strncpy(style, "color=\"#868272\" style=\"italic\"", sizeof(style)); } if (*style != '\0')