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