summaryrefslogtreecommitdiff
path: root/src/gui/core/theme.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-08-21 14:30:50 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-08-21 14:30:50 (GMT)
commit0f73369ad9cd15cb17ae44aadfc035cb12778b93 (patch)
tree62ac147a79801bbfa34f0af36cd8430486d25680 /src/gui/core/theme.c
parent62eb3b9716f4d3ecbb7727c7a01c0564129f0111 (diff)
Fixed installation directories.
Diffstat (limited to 'src/gui/core/theme.c')
-rw-r--r--src/gui/core/theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/core/theme.c b/src/gui/core/theme.c
index 7719573..895a1a5 100644
--- a/src/gui/core/theme.c
+++ b/src/gui/core/theme.c
@@ -56,7 +56,7 @@ static bool look_for_named_theme(GdkScreen *, const char *, const char *, gboole
static const char *_themes_directories[] = {
PACKAGE_SOURCE_DIR G_DIR_SEPARATOR_S "themes",
- PACKAGE_DATA_DIR G_DIR_SEPARATOR_S "themes",
+ THEMES_DIR,
NULL
};