summaryrefslogtreecommitdiff
path: root/geyes
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-06-02 17:48:51 +0200
committerinfirit <[email protected]>2014-06-02 17:48:51 +0200
commite117e3f0d0ce8348394473c7a8a816c4e2e67ddf (patch)
tree9f5a5284f6dff326024f335929f8d23cd37a8299 /geyes
parentc27b52b41a3139366c13e6efc4f2e7a3ab8eb145 (diff)
downloadmate-applets-e117e3f0d0ce8348394473c7a8a816c4e2e67ddf.tar.bz2
mate-applets-e117e3f0d0ce8348394473c7a8a816c4e2e67ddf.tar.xz
Drop support for glib < 2.36
Diffstat (limited to 'geyes')
-rw-r--r--geyes/themes.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/geyes/themes.c b/geyes/themes.c
index f7df773b..9af46d4b 100644
--- a/geyes/themes.c
+++ b/geyes/themes.c
@@ -46,11 +46,7 @@ void theme_dirs_create (void)
theme_directories[0] = g_build_filename(GEYES_THEMES_DIR, NULL);
- #if GLIB_CHECK_VERSION(2, 6, 0)
theme_directories[1] = g_build_filename(g_get_user_config_dir(), "mate", "geyes-themes", NULL);
- #else // glib version < 2.6.0
- theme_directories[1] = g_build_filename(g_get_home_dir(), ".config", "mate", "geyes-themes", NULL);
- #endif
themes_created = TRUE;
}