From 33937fe2e5990fbb282688e5757db1c07073e9c7 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Thu, 5 Aug 2004 19:27:31 +0000 Subject: [project @ 2004-08-05 19:27:31 by rjw] Fix for hotlist toolbar not being updated for directory double clicks. Fix for OS3.7 buffered redraw error masking. Fix for error reporting stopping functionality. svn path=/import/netsurf/; revision=1181 --- riscos/hotlist.c | 1 + 1 file changed, 1 insertion(+) (limited to 'riscos/hotlist.c') diff --git a/riscos/hotlist.c b/riscos/hotlist.c index 6ed3249b0..8a2a57100 100644 --- a/riscos/hotlist.c +++ b/riscos/hotlist.c @@ -1576,6 +1576,7 @@ void ro_gui_hotlist_click(wimp_pointer *pointer) { if (x_offset >= HOTLIST_LEAF_INSET) entry->selected = false; reformat_pending = true; hotlist_redraw_entry(entry, true); + ro_gui_menu_prepare_hotlist(); } } else if (x_offset >= HOTLIST_LEAF_INSET) { -- cgit v1.2.3