From 24486e342a206e05d49180daed8ca84f579214c4 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 27 Nov 2011 20:09:10 +0000 Subject: Update frontends for r13185. Enabled new functionality, where it is not logical it can be switched off. svn path=/trunk/netsurf/; revision=13186 --- riscos/hotlist.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'riscos/hotlist.c') diff --git a/riscos/hotlist.c b/riscos/hotlist.c index e60dc8464..532a657ca 100644 --- a/riscos/hotlist.c +++ b/riscos/hotlist.c @@ -259,7 +259,7 @@ void ro_gui_hotlist_toolbar_click(button_bar_action action) break; case TOOLBAR_BUTTON_CREATE: - hotlist_add_folder(); + hotlist_add_folder(true); break; default: @@ -376,10 +376,10 @@ bool ro_gui_hotlist_menu_select(wimp_w w, wimp_i i, wimp_menu *menu, ro_gui_dialog_open_persistent(w, dialog_saveas, true); return true; case TREE_NEW_FOLDER: - hotlist_add_folder(); + hotlist_add_folder(true); return true; case TREE_NEW_LINK: - hotlist_add_entry(); + hotlist_add_entry(true); return true; case TREE_EXPAND_ALL: hotlist_expand_all(); -- cgit v1.2.3