GNOME Bugzilla – Bug 117301
Patch for SVG icon support
Last modified: 2004-12-22 21:47:04 UTC
SVG themes were not working with Anjuta 2 icons. I finaly traced it down to SVG themes when I relized the icons were showing up when Anjuta 2 was run as root(default icon theme) and not showing up with the Lush theme I use as a regular user. Added gnome_icon_theme_set_allow_svg (priv->icon_theme, TRUE); to fix this. I will post the patch in the followup.
Created attachment 18251 [details] [review] Enables SVG Icons for mime type icons
Patch looks good, but needs to be approved by Gustavo (gdl maintainer).
I just committed the patch along with another minor fix: 2003-07-26 Jeroen Zwartepoorte <jeroen@xs4all.nl> * gdl/gdl-dock-layout.c: (gdl_dock_layout_build_models), (update_layouts_model), (cell_edited_cb), (gdl_dock_layout_construct_layouts_ui): Use COLUMN_EDITABLE of the hardcoded "1". * gdl/gdl-icons.c: (gdl_icons_instance_init): Enable SVG icon themes (patch by John Palmieri (#117301)).