Mercurial > pidgin
diff src/gtkconv.c @ 11759:73f58cd25951
[gaim-migrate @ 14050]
Everytime I think I can make a simple commit without compiling first, I'm
proved wrong.
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Sun, 23 Oct 2005 20:28:13 +0000 |
| parents | 14675df16cd8 |
| children | 8cb75ba77f9d |
line wrap: on
line diff
--- a/src/gtkconv.c Sun Oct 23 20:21:53 2005 +0000 +++ b/src/gtkconv.c Sun Oct 23 20:28:13 2005 +0000 @@ -4941,7 +4941,7 @@ if (im != NULL && gaim_conv_im_get_typing_state(im) == GAIM_TYPING) { - strncpy(style, "color=\"#47A046\", sizeof(style)); + strncpy(style, "color=\"#47A046\"", sizeof(style)); } else if (im != NULL && gaim_conv_im_get_typing_state(im) == GAIM_TYPED)
