From 2dd8fcd6d0a5c211460353137907e7d05b30ed65 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 18 Jun 2011 17:40:27 +0000 Subject: initialise context menus regardless of user's preferences on startup svn path=/trunk/netsurf/; revision=12489 --- amiga/gui.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/amiga/gui.c b/amiga/gui.c index 9a50c1a9a..ae59dc0b2 100755 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -502,7 +502,7 @@ void gui_init(int argc, char** argv) plot=amiplot; - if(option_context_menu) ami_context_menu_init(); + ami_context_menu_init(); window_list = NewObjList(); @@ -952,7 +952,7 @@ void ami_handle_msg(void) struct IBox *bbox; struct nsObject *node; struct nsObject *nnode; - struct gui_window_2 *gwin,*destroywin=NULL; + struct gui_window_2 *gwin = NULL; struct MenuItem *item; struct InputEvent *ie; struct Node *tabnode; @@ -2196,7 +2196,7 @@ void gui_quit(void) FreeVec(nsscreentitle); - if(option_context_menu) ami_context_menu_free(); + ami_context_menu_free(); ami_mouse_pointers_free(); ami_clipboard_free(); -- cgit v1.2.3