summaryrefslogtreecommitdiff
path: root/mate-panel/libpanel-util/panel-launch.h
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-09-26 17:51:47 +0300
committermonsta <[email protected]>2017-09-30 12:17:28 +0300
commit6535fefbddb1d2dd6cb93a60789e3a73c57d7fb0 (patch)
tree4db6f6602b3119fbf68b055d61a10e206a1a7bad /mate-panel/libpanel-util/panel-launch.h
parent1e2b86c0e6d940a9b5746b1244181664d905c781 (diff)
downloadmate-panel-6535fefbddb1d2dd6cb93a60789e3a73c57d7fb0.tar.bz2
mate-panel-6535fefbddb1d2dd6cb93a60789e3a73c57d7fb0.tar.xz
make file/folder launchers work again
fixes https://github.com/mate-desktop/mate-panel/issues/590 reverts a part of 7ee450758e4f2bee13aa8ff967a5795a6dcdc91f
Diffstat (limited to 'mate-panel/libpanel-util/panel-launch.h')
-rw-r--r--mate-panel/libpanel-util/panel-launch.h2
1 files changed, 1 insertions, 1 deletions
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,