summaryrefslogtreecommitdiff
path: root/src/gui/core/theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/core/theme.c')
-rw-r--r--src/gui/core/theme.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/core/theme.c b/src/gui/core/theme.c
index 8e68780..77eff7f 100644
--- a/src/gui/core/theme.c
+++ b/src/gui/core/theme.c
@@ -63,8 +63,11 @@ static bool extend_with_plugins_themes(GdkScreen *, gboolean);
/* RĂ©pertoires de recherche */
static const char *_themes_directories[] = {
+#ifndef DISCARD_LOCAL
PACKAGE_SOURCE_DIR G_DIR_SEPARATOR_S "themes",
+#else
THEMES_DIR,
+#endif
NULL
};