From a853e3d5a2f48a2312023183de97f3a47bbbb678 Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Tue, 7 Feb 2006 13:20:10 +0000 Subject: accept SVGs for stock icons. Fixes bug 304417. 2006-02-07 Benjamin Berg * e-gui-utils.c: * e-icon-factory.c: accept SVGs for stock icons. Fixes bug 304417. svn path=/trunk/; revision=31433 --- e-util/e-gui-utils.c | 1 + 1 file changed, 1 insertion(+) (limited to 'e-util/e-gui-utils.c') diff --git a/e-util/e-gui-utils.c b/e-util/e-gui-utils.c index 919ad860bb..3c1f6f67af 100644 --- a/e-util/e-gui-utils.c +++ b/e-util/e-gui-utils.c @@ -107,6 +107,7 @@ e_icon_for_mime_type (const char *mime_type, int size_hint) if (!icon_theme) icon_theme = gnome_icon_theme_new (); + gnome_icon_theme_set_allow_svg (icon_theme, TRUE); icon_name = gnome_icon_lookup (icon_theme, NULL, NULL, NULL, NULL, mime_type, 0, NULL); -- cgit v1.2.3