comparison 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
comparison
equal deleted inserted replaced
11757:a8f8939b968e 11758:14675df16cd8
4939 gtk_widget_realize(gtkconv->tab_label); 4939 gtk_widget_realize(gtkconv->tab_label);
4940 4940
4941 if (im != NULL && 4941 if (im != NULL &&
4942 gaim_conv_im_get_typing_state(im) == GAIM_TYPING) 4942 gaim_conv_im_get_typing_state(im) == GAIM_TYPING)
4943 { 4943 {
4944 strncpy(style, "color=\"#47A046\" style=\"italic\"", sizeof(style)); 4944 strncpy(style, "color=\"#47A046\", sizeof(style));
4945 } 4945 }
4946 else if (im != NULL && 4946 else if (im != NULL &&
4947 gaim_conv_im_get_typing_state(im) == GAIM_TYPED) 4947 gaim_conv_im_get_typing_state(im) == GAIM_TYPED)
4948 { 4948 {
4949 strncpy(style, "color=\"#D1940C\"", sizeof(style)); 4949 strncpy(style, "color=\"#D1940C\"", sizeof(style));
4956 { 4956 {
4957 strncpy(style, "color=\"#DF421E\" weight=\"bold\"", sizeof(style)); 4957 strncpy(style, "color=\"#DF421E\" weight=\"bold\"", sizeof(style));
4958 } 4958 }
4959 else if (gtkconv->unseen_state == GAIM_UNSEEN_EVENT) 4959 else if (gtkconv->unseen_state == GAIM_UNSEEN_EVENT)
4960 { 4960 {
4961 strncpy(style, "color=\"#868272\"", sizeof(style)); 4961 strncpy(style, "color=\"#868272\" style=\"italic\"", sizeof(style));
4962 } 4962 }
4963 4963
4964 if (*style != '\0') 4964 if (*style != '\0')
4965 { 4965 {
4966 char *html_title,*label; 4966 char *html_title,*label;