comparison src/buddy_chat.c @ 2625:d8d2df2bdf01

[gaim-migrate @ 2638] runny nose and runny yolk, even if you have a cold still you can cough on my again, i still haven't had my full fill committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 27 Oct 2001 00:12:14 +0000
parents 95b4ec08abec
children 5004f7eb3d4d
comparison
equal deleted inserted replaced
2624:4d5c2c913750 2625:d8d2df2bdf01
1072 style = gtk_style_new(); 1072 style = gtk_style_new();
1073 gdk_font_unref(style->font); 1073 gdk_font_unref(style->font);
1074 style->font = gdk_font_ref(label->style->font); 1074 style->font = gdk_font_ref(label->style->font);
1075 gtk_widget_set_style(label, style); 1075 gtk_widget_set_style(label, style);
1076 gtk_style_unref(style); 1076 gtk_style_unref(style);
1077 b->unseen = FALSE; 1077 b->unseen = 0;
1078 } 1078 }
1079 1079
1080 void show_new_buddy_chat(struct conversation *b) 1080 void show_new_buddy_chat(struct conversation *b)
1081 { 1081 {
1082 GtkWidget *win; 1082 GtkWidget *win;