# HG changeset patch # User Sean Egan # Date 1130098913 0 # Node ID 14675df16cd82920f39c5e9f1f95c2d47bd0e4b9 # Parent a8f8939b968ec9c2d4f9c67afdc328a0c7424c5b [gaim-migrate @ 14049] This seems better to me. I don't want the style of the font changing every other second. committer: Tailor Script diff -r a8f8939b968e -r 14675df16cd8 src/gtkconv.c --- 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')