After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 705321 - Handle GdkPixbufs before GLoadableIcons
Handle GdkPixbufs before GLoadableIcons
Status: RESOLVED DUPLICATE of bug 705320
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-08-01 21:24 UTC by fakey
Modified: 2013-08-01 21:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GTK+ 3 patch (2.42 KB, patch)
2013-08-01 21:24 UTC, fakey
none Details | Review
GTK+ 2 patch (1.73 KB, patch)
2013-08-01 21:25 UTC, fakey
none Details | Review

Description fakey 2013-08-01 21:24:03 UTC
Created attachment 250662 [details] [review]
GTK+ 3 patch

In gtk_icon_theme_lookup_by_gicon_for_scale, GLoadableIcons are handled before GdkPixbufs, except GdkPixbufs are now GLoadableIcons. We should handle the GLoadableIcon case last.
Comment 1 fakey 2013-08-01 21:25:13 UTC
Created attachment 250663 [details] [review]
GTK+ 2 patch
Comment 2 fakey 2013-08-01 21:33:58 UTC

*** This bug has been marked as a duplicate of bug 705320 ***