diff options
Diffstat (limited to 'gtk/gtkitemfactory.c')
-rw-r--r-- | gtk/gtkitemfactory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkitemfactory.c b/gtk/gtkitemfactory.c index a0b5d33cdd..6ab691fbad 100644 --- a/gtk/gtkitemfactory.c +++ b/gtk/gtkitemfactory.c @@ -1225,7 +1225,7 @@ gtk_item_factory_create_item (GtkItemFactory *ifactory, GdkPixbuf *pixbuf = NULL; image = NULL; - pixbuf = gdk_pixbuf_new_from_stream (-1, + pixbuf = gdk_pixbuf_new_from_inline (-1, entry->extra_data, FALSE, NULL); |