diff options
author | monsta <[email protected]> | 2017-09-26 17:51:47 +0300 |
---|---|---|
committer | lukefromdc <[email protected]> | 2017-09-29 14:09:29 -0400 |
commit | cfb9e30e4137274ff0ae7de154ce543b9f67519c (patch) | |
tree | 6d8309a7ba5739661d8992fd9b4c1d44f1dcb6a4 /mate-panel/launcher.h | |
parent | c13f02a05b80d240575d6ea58362c539cd9c00c2 (diff) | |
download | mate-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/launcher.h')
-rw-r--r-- | mate-panel/launcher.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mate-panel/launcher.h b/mate-panel/launcher.h index 784fe876..2d3594bb 100644 --- a/mate-panel/launcher.h +++ b/mate-panel/launcher.h @@ -14,8 +14,6 @@ #include "applet.h" #include "panel-widget.h" -#include <gio/gdesktopappinfo.h> - #ifdef __cplusplus extern "C" { #endif @@ -24,7 +22,8 @@ typedef struct { AppletInfo *info; GtkWidget *button; - GDesktopAppInfo *app_info; + char *location; + GKeyFile *key_file; GtkWidget *prop_dialog; GSList *error_dialogs; |