summaryrefslogtreecommitdiffstats
path: root/src/helper/icon-loader.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-07-26 14:51:10 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-07-26 14:51:10 +0000
commitf2a0226cb35bb6e9682c661daccff1826f86d13a (patch)
treefa41512daf0b947246b89d8f4ba09dbabd01b34c /src/helper/icon-loader.cpp
parentFix symbolic icon color width (diff)
downloadinkscape-f2a0226cb35bb6e9682c661daccff1826f86d13a.tar.gz
inkscape-f2a0226cb35bb6e9682c661daccff1826f86d13a.zip
Fixing paths to allow themes and icons inside main inkscape instalation not only at home
Diffstat (limited to 'src/helper/icon-loader.cpp')
-rw-r--r--src/helper/icon-loader.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/helper/icon-loader.cpp b/src/helper/icon-loader.cpp
index e514343a3..362661e84 100644
--- a/src/helper/icon-loader.cpp
+++ b/src/helper/icon-loader.cpp
@@ -34,10 +34,6 @@ Glib::RefPtr<Gdk::Pixbuf> sp_get_icon_pixbuf(Glib::ustring icon_name, gint size)
iconTheme->set_custom_theme(prefs->getString("/theme/iconTheme"));
iconTheme->append_search_path(get_path_ustring(SYSTEM, ICONS));
iconTheme->append_search_path(get_path_ustring(USER, ICONS));
-#ifdef INKSCAPE_THEMEDIR
- iconTheme->append_search_path(get_path_ustring(SYSTEM, THEMES));
- iconTheme->append_search_path(get_path_ustring(USER, THEMES));
-#endif
Glib::RefPtr<Gdk::Pixbuf> _icon_pixbuf;
try {
if (prefs->getBool("/theme/symbolicIcons", false)) {