summaryrefslogtreecommitdiff
path: root/mate-panel/panel-ditem-editor.h
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-09-26 17:51:47 +0300
committerlukefromdc <[email protected]>2017-09-29 14:09:29 -0400
commitcfb9e30e4137274ff0ae7de154ce543b9f67519c (patch)
tree6d8309a7ba5739661d8992fd9b4c1d44f1dcb6a4 /mate-panel/panel-ditem-editor.h
parentc13f02a05b80d240575d6ea58362c539cd9c00c2 (diff)
downloadmate-panel-cfb9e30e4137274ff0ae7de154ce543b9f67519c.tar.bz2
mate-panel-cfb9e30e4137274ff0ae7de154ce543b9f67519c.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/panel-ditem-editor.h')
-rw-r--r--mate-panel/panel-ditem-editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mate-panel/panel-ditem-editor.h b/mate-panel/panel-ditem-editor.h
index f08ec14b..4b0a13c1 100644
--- a/mate-panel/panel-ditem-editor.h
+++ b/mate-panel/panel-ditem-editor.h
@@ -85,10 +85,12 @@ typedef char * (*PanelDitemSaveUri) (PanelDItemEditor *dialog, gpointer data);
GType panel_ditem_editor_get_type (void);
GtkWidget *panel_ditem_editor_new (GtkWindow *parent,
+ GKeyFile *key_file,
const char *uri,
const char *title);
GtkWidget *panel_ditem_editor_new_directory (GtkWindow *parent,
+ GKeyFile *key_file,
const char *uri,
const char *title);