summaryrefslogtreecommitdiff
path: root/mate-panel/panel-util.c
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-05-16 21:28:35 +0200
committerinfirit <[email protected]>2014-05-16 21:47:47 +0200
commit4534d11d0f99bc0f232f32db48aa87571f61a03c (patch)
tree3bc9483166417e00071aeb1bac7c5e7e67d18473 /mate-panel/panel-util.c
parentcb443937caaffd79c297d7799639b826411bf785 (diff)
downloadmate-panel-4534d11d0f99bc0f232f32db48aa87571f61a03c.tar.bz2
mate-panel-4534d11d0f99bc0f232f32db48aa87571f61a03c.tar.xz
Drop support for glib < 2.36
Diffstat (limited to 'mate-panel/panel-util.c')
-rw-r--r--mate-panel/panel-util.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mate-panel/panel-util.c b/mate-panel/panel-util.c
index dd6ad79b..4406b755 100644
--- a/mate-panel/panel-util.c
+++ b/mate-panel/panel-util.c
@@ -457,11 +457,7 @@ void panel_lock_screen(GdkScreen* screen)
static char* panel_launcher_get_personal_path(void)
{
- #if GLIB_CHECK_VERSION(2, 6, 0)
return g_build_filename(g_get_user_config_dir(), "mate", "panel2.d", "default", "launchers", NULL);
- #else // glib version < 2.6.0
- return g_build_filename(g_get_home_dir(), ".config", "mate", "panel2.d", "default", "launchers", NULL);
- #endif
}
gboolean