summaryrefslogtreecommitdiff
path: root/mate-panel/launcher.c
diff options
context:
space:
mode:
authormonsta <[email protected]>2018-01-31 09:46:08 +0300
committermonsta <[email protected]>2018-01-31 09:46:08 +0300
commitab7987701bcea97e4326fecd161c3137080f6077 (patch)
tree3e49c11405cc69fab4b8a10ba4342cf70078d22a /mate-panel/launcher.c
parentf553591e0562fd7b4bba0fe6a6182bc0b3747a34 (diff)
downloadmate-panel-ab7987701bcea97e4326fecd161c3137080f6077.tar.bz2
mate-panel-ab7987701bcea97e4326fecd161c3137080f6077.tar.xz
require GTK+ 3.22 and GLib 2.50
Diffstat (limited to 'mate-panel/launcher.c')
-rw-r--r--mate-panel/launcher.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mate-panel/launcher.c b/mate-panel/launcher.c
index 07e52e40..d8d65ad1 100644
--- a/mate-panel/launcher.c
+++ b/mate-panel/launcher.c
@@ -540,7 +540,6 @@ create_launcher (const char *location)
return launcher;
}
-#if GLIB_CHECK_VERSION (2, 38, 0)
static void
setup_actions (Launcher *launcher)
{
@@ -569,7 +568,6 @@ setup_actions (Launcher *launcher)
g_object_unref (app_info);
}
-#endif
static void
setup_button (Launcher *launcher)
@@ -590,9 +588,7 @@ setup_button (Launcher *launcher)
_("_Launch"),
NULL);
-#if GLIB_CHECK_VERSION (2, 38, 0)
setup_actions (launcher);
-#endif
mate_panel_applet_add_callback (launcher->info,
"properties",