| 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); |