summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-06-30 22:37:05 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-06-30 22:37:05 +0100
commit846b53485474211a24248c9b0d5cc4205104a772 (patch)
tree8700086c923f5df423735c68707059af31710fa6 /amiga/gui.h
parent01271f4061bbc8f8b26492a26e04bdbb8b9746c9 (diff)
downloadnetsurf-846b53485474211a24248c9b0d5cc4205104a772.tar.gz
netsurf-846b53485474211a24248c9b0d5cc4205104a772.tar.bz2
Recreate the entire menu when the hotlist window is closed.
This ensures the hotlist entries in the menu are in sync with reality, and mirrors the existing hotlist toolbar update.
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index 87258a1e4..c106455d1 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -162,7 +162,7 @@ int ami_key_to_nskey(ULONG keycode, struct InputEvent *ie);
bool ami_text_box_at_point(struct gui_window_2 *gwin, ULONG *x, ULONG *y);
BOOL ami_gadget_hit(Object *obj, int x, int y);
void ami_gui_history(struct gui_window_2 *gwin, bool back);
-void ami_gui_hotlist_toolbar_update_all(void);
+void ami_gui_hotlist_update_all(void);
void ami_gui_tabs_toggle_all(void);
bool ami_locate_resource(char *fullpath, const char *file);
void ami_gui_update_hotlist_button(struct gui_window_2 *gwin);