diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-07-26 14:51:10 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-07-26 14:51:10 +0000 |
| commit | f2a0226cb35bb6e9682c661daccff1826f86d13a (patch) | |
| tree | fa41512daf0b947246b89d8f4ba09dbabd01b34c /src/inkscape.cpp | |
| parent | Fix symbolic icon color width (diff) | |
| download | inkscape-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/inkscape.cpp')
| -rw-r--r-- | src/inkscape.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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 } /** |
