summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
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"));
}
/**