GNOME Bugzilla – Bug 171593
uses GnomeIconTheme which is deprecated
Last modified: 2007-01-14 21:30:28 UTC
Please describe the problem: libgthumb/gth-file-view-thumbs.c libgthumb/gth-file-view-list.c src/dlg-photo-importer.c src/main.c Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 46048 [details] [review] GnomeIconTheme -> GtkIconTheme patch Still uses libgnomeui functions to lookup an icon name together with a mime type, but this function was not marked as deprecated in the documentation, neither could I find a GtkIconTheme function that does the same.
*** Bug 171590 has been marked as a duplicate of this bug. ***
Created attachment 73845 [details] [review] Updated GnomeIconTheme -> GtkIconTheme patch. The patch has been updated against current CVS.
Modified version of patch committed to svn rev 1262. Thanks, Jan! - Mike
Re-opening bug - something broke in the photo inporter (bug 396474). I'm not sure what the problem is right now, so I've reverted the patch from svn. The reverted changes are listed in the attachment below. Does anyone see any obvious problems? - Mike
Created attachment 80242 [details] [review] reverted patch (+/-s reversed)
The g_object_unref calls for icon_theme had to be removed, as Paolo says in bug 396474. The patch has been re-committed. - Mike