From 8b0aaef01d786375543c7439a66a6ab58162fc5c Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Fri, 16 Jul 2004 16:45:42 +0000 Subject: [project @ 2004-07-16 16:45:42 by rjw] Fix for missing parameters. svn path=/import/netsurf/; revision=1082 --- riscos/hotlist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'riscos/hotlist.c') diff --git a/riscos/hotlist.c b/riscos/hotlist.c index ba62c1b00..d8616ed84 100644 --- a/riscos/hotlist.c +++ b/riscos/hotlist.c @@ -2086,10 +2086,10 @@ void ro_gui_hotlist_toolbar_click(wimp_pointer* pointer) { hotlist_insert = false; if (pointer->buttons == wimp_CLICK_SELECT) { ro_gui_hotlist_prepare_folder_dialog(false); - ro_gui_dialog_open_persistant(hotlist_window, dialog_folder); + ro_gui_dialog_open_persistant(hotlist_window, dialog_folder, true); } else { ro_gui_hotlist_prepare_entry_dialog(false); - ro_gui_dialog_open_persistant(hotlist_window, dialog_entry); + ro_gui_dialog_open_persistant(hotlist_window, dialog_entry, true); } break; case ICON_TOOLBAR_OPEN: -- cgit v1.2.3