diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-08-21 14:30:50 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-08-21 14:30:50 (GMT) |
commit | 0f73369ad9cd15cb17ae44aadfc035cb12778b93 (patch) | |
tree | 62ac147a79801bbfa34f0af36cd8430486d25680 /src/core | |
parent | 62eb3b9716f4d3ecbb7727c7a01c0564129f0111 (diff) |
Fixed installation directories.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.c b/src/core/core.c index 6ba54c1..b382e34 100644 --- a/src/core/core.c +++ b/src/core/core.c @@ -71,7 +71,7 @@ bool load_all_basic_components(void) srand(time(NULL) + getpid()); - add_pixmap_directory(PACKAGE_DATA_DIR); + add_pixmap_directory(PIXMAPS_DIR); add_pixmap_directory(PACKAGE_SOURCE_DIR G_DIR_SEPARATOR_S "pixmaps"); cfgdir = get_xdg_config_dir("chrysalide" G_DIR_SEPARATOR_S "chrysalide"); |