GNOME Bugzilla – Bug 159609
egg recent using deprecated GnomeIconTheme
Last modified: 2005-07-21 09:03:59 UTC
The function egg_recent_util_get_icon has a GnomeIconTheme parameter. It should be using GtkIconTheme instead.
*** Bug 167227 has been marked as a duplicate of this bug. ***
if it was confirmed I would be willing to try to replace the code.
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.
vincent, I've committed your patch since it's better than nothing...