From f2a0226cb35bb6e9682c661daccff1826f86d13a Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Thu, 26 Jul 2018 16:51:10 +0200 Subject: Fixing paths to allow themes and icons inside main inkscape instalation not only at home --- src/inkscape.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/inkscape.cpp') diff --git a/src/inkscape.cpp b/src/inkscape.cpp index 9be033494..0887bc2ef 100644 --- a/src/inkscape.cpp +++ b/src/inkscape.cpp @@ -377,10 +377,6 @@ Application::add_icon_theme() // folders didn't seem to make much sense for Linux. More testing needed. icon_theme->append_search_path(get_path_ustring(SYSTEM, ICONS)); icon_theme->append_search_path(get_path_ustring(USER, ICONS)); -#ifdef INKSCAPE_THEMEDIR - icon_theme->append_search_path(get_path_ustring(SYSTEM, THEMES)); - icon_theme->append_search_path(get_path_ustring(USER, THEMES)); -#endif } /** -- cgit v1.2.3