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 159609 - egg recent using deprecated GnomeIconTheme
egg recent using deprecated GnomeIconTheme
Status: RESOLVED FIXED
Product: libegg
Classification: Other
Component: recent-files
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Emmanuele Bassi (:ebassi)
Emmanuele Bassi (:ebassi)
: 167227 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-11-27 00:29 UTC by Gustavo Carneiro
Modified: 2005-07-21 09:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (5.05 KB, patch)
2005-02-26 11:08 UTC, Vincent Untz
none Details | Review

Description Gustavo Carneiro 2004-11-27 00:29:32 UTC
The function egg_recent_util_get_icon has a GnomeIconTheme parameter.  It should
be using GtkIconTheme instead.
Comment 1 Vincent Untz 2005-02-25 10:48:33 UTC
*** Bug 167227 has been marked as a duplicate of this bug. ***
Comment 2 Kristof Vansant 2005-02-25 13:16:07 UTC
if it was confirmed I would be willing to try to replace the code.
Comment 3 Vincent Untz 2005-02-26 11:08:08 UTC
Created attachment 37968 [details] [review]
patch

The only problem with the patch is that it uses gtk_icon_theme_get_default()
instead of getting the theme for the correct string. But it's still better than
the current code.
Comment 4 Emmanuele Bassi (:ebassi) 2005-07-02 09:32:52 UTC
vincent, I've committed your patch since it's better than nothing...