From d169eefe5963b27a6e64fdfcfa34f59e22a27342 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 27 Nov 2011 20:07:26 +0000 Subject: Allow new (blank) hotlist entries to be created in the currently-selected folder (if there is one) as this gives the user more control where their additions are being created. Functionality can be enabled/disabled by passing true/false to hotlist_add_folder/hotlist_add_entry. svn path=/trunk/netsurf/; revision=13185 --- desktop/hotlist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop/hotlist.h') diff --git a/desktop/hotlist.h b/desktop/hotlist.h index 544cd02d0..6092291db 100644 --- a/desktop/hotlist.h +++ b/desktop/hotlist.h @@ -53,8 +53,8 @@ void hotlist_expand_addresses(void); void hotlist_collapse_all(void); void hotlist_collapse_directories(void); void hotlist_collapse_addresses(void); -void hotlist_add_folder(void); -void hotlist_add_entry(void); +void hotlist_add_folder(bool selected); +void hotlist_add_entry(bool selected); void hotlist_add_page(const char *url); void hotlist_add_page_xy(const char *url, int x, int y); void hotlist_launch_selected(bool tabs); -- cgit v1.2.3