pidgin/gtkimhtml.c

changeset 17189
7d0cf54d0f32
parent 17136
2081fa7c6a6d
child 17288
ffda972c2fb4
child 18068
b6554e3c8224
equal deleted inserted replaced
17188:0847e97c0c45 17189:7d0cf54d0f32
4439 g_queue_push_tail(imhtml->animations, icon); 4439 g_queue_push_tail(imhtml->animations, icon);
4440 } 4440 }
4441 } 4441 }
4442 } 4442 }
4443 4443
4444 if (imhtml_smiley->flags & GTK_IMHTML_SMILEY_CUSTOM) { 4444 if (imhtml_smiley && imhtml_smiley->flags & GTK_IMHTML_SMILEY_CUSTOM) {
4445 ebox = gtk_event_box_new(); 4445 ebox = gtk_event_box_new();
4446 gtk_event_box_set_visible_window(GTK_EVENT_BOX(ebox), FALSE); 4446 gtk_event_box_set_visible_window(GTK_EVENT_BOX(ebox), FALSE);
4447 gtk_widget_show(ebox); 4447 gtk_widget_show(ebox);
4448 } 4448 }
4449 4449

mercurial