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 117301 - Patch for SVG icon support
Patch for SVG icon support
Status: RESOLVED FIXED
Product: gdl
Classification: Other
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Dave Camp
Dave Camp
Depends on:
Blocks:
 
 
Reported: 2003-07-13 02:15 UTC by John (J5) Palmieri
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Enables SVG Icons for mime type icons (1.14 KB, patch)
2003-07-13 02:16 UTC, John (J5) Palmieri
none Details | Review

Description John (J5) Palmieri 2003-07-13 02:15:07 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.
Comment 1 John (J5) Palmieri 2003-07-13 02:16:59 UTC
Created attachment 18251 [details] [review]
Enables SVG Icons for mime type icons
Comment 2 Jeroen Zwartepoorte 2003-07-14 19:55:53 UTC
Patch looks good, but needs to be approved by Gustavo (gdl maintainer).
Comment 3 Jeroen Zwartepoorte 2003-07-26 11:52:35 UTC
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)).