pidgin/gtkimhtml.c

changeset 17850
5cdb5b4cd400
parent 17388
8be39f0de528
parent 17406
bc37f59a34f1
child 17877
1b4384bff09a
equal deleted inserted replaced
17849:57bc4cb6e3c9 17850:5cdb5b4cd400
4431 } 4431 }
4432 } 4432 }
4433 4433
4434 if (imhtml_smiley && imhtml_smiley->flags & GTK_IMHTML_SMILEY_CUSTOM) { 4434 if (imhtml_smiley && imhtml_smiley->flags & GTK_IMHTML_SMILEY_CUSTOM) {
4435 ebox = gtk_event_box_new(); 4435 ebox = gtk_event_box_new();
4436 #if GTK_CHECK_VERSION(2,4,0)
4436 gtk_event_box_set_visible_window(GTK_EVENT_BOX(ebox), FALSE); 4437 gtk_event_box_set_visible_window(GTK_EVENT_BOX(ebox), FALSE);
4438 #endif
4437 gtk_widget_show(ebox); 4439 gtk_widget_show(ebox);
4438 } 4440 }
4439 4441
4440 if (icon) { 4442 if (icon) {
4441 anchor = gtk_text_buffer_create_child_anchor(imhtml->text_buffer, iter); 4443 anchor = gtk_text_buffer_create_child_anchor(imhtml->text_buffer, iter);

mercurial