aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'uzbl-core.h')
-rw-r--r--uzbl-core.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/uzbl-core.h b/uzbl-core.h
index b12ae9d..a6f34e4 100644
--- a/uzbl-core.h
+++ b/uzbl-core.h
@@ -73,8 +73,6 @@ typedef struct {
/* custom context menu item */
GPtrArray *menu_items;
- GPtrArray *menu_items_link;
- GPtrArray *menu_items_image;
} GUI;
@@ -471,6 +469,7 @@ typedef struct {
gchar *name;
gchar *cmd;
gboolean issep;
+ guint context;
} MenuItem;