From f4f51de768759334b093634741b1e871ba0b9f19 Mon Sep 17 00:00:00 2001 From: Robert Manea Date: Mon, 19 Oct 2009 17:28:03 +0200 Subject: refactor menu_* commands and functions --- uzbl-core.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'uzbl-core.h') 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; -- cgit v1.2.3