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