diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-07-26 23:44:51 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-07-26 23:44:51 +0000 |
| commit | 7f344fcd0dc1068d20ab4b171edf6842103fac62 (patch) | |
| tree | e43049d9145cc15f6b8d9202e270ba1311a5afc3 /src/main.cpp | |
| parent | Refactoring icon locations (diff) | |
| download | inkscape-7f344fcd0dc1068d20ab4b171edf6842103fac62.tar.gz inkscape-7f344fcd0dc1068d20ab4b171edf6842103fac62.zip | |
working on symbolic
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 837c26652..4376979db 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -635,7 +635,7 @@ static void set_datadir_env() datadir += "/inkscape"; #endif g_setenv("XDG_DATA_DIRS", datadir.c_str(), TRUE); - // printf("XDG_DATA_DIRS = %s\n", g_getenv("XDG_DATA_DIRS")); + printf("XDG_DATA_DIRS = %s\n", g_getenv("XDG_DATA_DIRS")); } /** |
