summaryrefslogtreecommitdiff
path: root/riscos/menus.c
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2005-05-03 21:55:42 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2005-05-03 21:55:42 +0000
commitab4dabe252cc457afb14e4e4566dad81a743fe51 (patch)
tree5cd6b3b052064984f38cbd5672e90eb6407bf3ad /riscos/menus.c
parent1b46d8f35e59f9d5f7a651d8bc0635537410065c (diff)
downloadnetsurf-ab4dabe252cc457afb14e4e4566dad81a743fe51.tar.gz
netsurf-ab4dabe252cc457afb14e4e4566dad81a743fe51.tar.bz2
[project @ 2005-05-03 21:55:42 by rjw]
Fix tree menu quirk. svn path=/import/netsurf/; revision=1711
Diffstat (limited to 'riscos/menus.c')
-rw-r--r--riscos/menus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/menus.c b/riscos/menus.c
index 88dd8bd7f..f27db2b70 100644
--- a/riscos/menus.c
+++ b/riscos/menus.c
@@ -517,11 +517,11 @@ void ro_gui_menu_closed(void) {
}
ro_gui_menu_get_window_details(current_menu_window,
&g, &bw, &c, &t, &tree);
+ current_menu = NULL;
if (tree)
ro_gui_tree_menu_closed(tree);
}
- current_menu = NULL;
current_menu_window = NULL;
current_menu_open = false;
gui_form_select_control = NULL;