summaryrefslogtreecommitdiff
path: root/mate-panel/launcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/launcher.h')
-rw-r--r--mate-panel/launcher.h5
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;