pidgin/gtkimhtml.c

changeset 17406
bc37f59a34f1
parent 17288
ffda972c2fb4
child 17546
51b1c1e2c3fe
child 17850
5cdb5b4cd400
child 18086
1d1c5850b248
equal deleted inserted replaced
17405:b56460e16477 17406:bc37f59a34f1
4430 } 4430 }
4431 } 4431 }
4432 4432
4433 if (imhtml_smiley && imhtml_smiley->flags & GTK_IMHTML_SMILEY_CUSTOM) { 4433 if (imhtml_smiley && imhtml_smiley->flags & GTK_IMHTML_SMILEY_CUSTOM) {
4434 ebox = gtk_event_box_new(); 4434 ebox = gtk_event_box_new();
4435 #if GTK_CHECK_VERSION(2,4,0)
4435 gtk_event_box_set_visible_window(GTK_EVENT_BOX(ebox), FALSE); 4436 gtk_event_box_set_visible_window(GTK_EVENT_BOX(ebox), FALSE);
4437 #endif
4436 gtk_widget_show(ebox); 4438 gtk_widget_show(ebox);
4437 } 4439 }
4438 4440
4439 if (icon) { 4441 if (icon) {
4440 anchor = gtk_text_buffer_create_child_anchor(imhtml->text_buffer, iter); 4442 anchor = gtk_text_buffer_create_child_anchor(imhtml->text_buffer, iter);

mercurial