From cfb9e30e4137274ff0ae7de154ce543b9f67519c Mon Sep 17 00:00:00 2001 From: monsta Date: Tue, 26 Sep 2017 17:51:47 +0300 Subject: make file/folder launchers work again fixes https://github.com/mate-desktop/mate-panel/issues/590 reverts a part of 7ee450758e4f2bee13aa8ff967a5795a6dcdc91f --- mate-panel/libpanel-util/panel-launch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mate-panel/libpanel-util/panel-launch.h') diff --git a/mate-panel/libpanel-util/panel-launch.h b/mate-panel/libpanel-util/panel-launch.h index b98b8ca4..653167c1 100644 --- a/mate-panel/libpanel-util/panel-launch.h +++ b/mate-panel/libpanel-util/panel-launch.h @@ -45,7 +45,7 @@ gboolean panel_app_info_launch_uri (GDesktopAppInfo *appinfo, guint32 timestamp, GError **error); -gboolean panel_app_info_launch (GDesktopAppInfo *appinfo, +gboolean panel_launch_key_file (GKeyFile *keyfile, GList *uri_list, GdkScreen *screen, const gchar *action, -- cgit v1.2.1