GNOME Bugzilla – Bug 705320
gtkicontheme: check for GdkPixbuf first
Last modified: 2013-08-02 13:11:30 UTC
See patch.
Created attachment 250661 [details] [review] gtkicontheme: check for GdkPixbuf first We checked for G_IS_LOADABLE_ICON() before GDK_IS_PIXBUF(). Since we made GdkPixbuf implement GLoadableIcon, the special case for pixbufs is never used, and the much much slower GLoadableIcon path is taken instead. Move the GdkPixbuf one to be first to fix that.
*** Bug 705321 has been marked as a duplicate of this bug. ***
Review of attachment 250661 [details] [review]: Looks good, tested and it fixes the issue.
Attachment 250661 [details] pushed as 03147b0 - gtkicontheme: check for GdkPixbuf first
Backported to 3.8 too, so Ubuntu can grab it from there.