summaryrefslogtreecommitdiff
path: root/riscos/hotlist.c
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2004-08-05 19:27:31 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2004-08-05 19:27:31 +0000
commit33937fe2e5990fbb282688e5757db1c07073e9c7 (patch)
tree0d1ee844897de6ca435964f6771c0afd7fbcb360 /riscos/hotlist.c
parent603196e720b2bcbd029e891d67005fb16274b193 (diff)
downloadnetsurf-33937fe2e5990fbb282688e5757db1c07073e9c7.tar.gz
netsurf-33937fe2e5990fbb282688e5757db1c07073e9c7.tar.bz2
[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
Diffstat (limited to 'riscos/hotlist.c')
-rw-r--r--riscos/hotlist.c1
1 files changed, 1 insertions, 0 deletions
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) {