diff options
author | Chris Young <chris@unsatisfactorysoftware.co.uk> | 2011-07-02 11:41:06 +0000 |
---|---|---|
committer | Chris Young <chris@unsatisfactorysoftware.co.uk> | 2011-07-02 11:41:06 +0000 |
commit | 4147c185c8d547e041c1d0c81c283ef0c7942cc8 (patch) | |
tree | ebb76bbff7bf4e6a628f125bd02d470d76643215 /desktop/hotlist.h | |
parent | f9566b64050c76c9fc78a0b691cf8c83643c847b (diff) | |
download | netsurf-4147c185c8d547e041c1d0c81c283ef0c7942cc8.tar.gz |
When launching multiple URLs from a treeview, allow to open one window with multiple
tabs instead of one window per URL. Make compatible frontends do this by default.
svn path=/trunk/netsurf/; revision=12552
Diffstat (limited to 'desktop/hotlist.h')
-rw-r--r-- | desktop/hotlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/hotlist.h b/desktop/hotlist.h index efce84696..b17d98baa 100644 --- a/desktop/hotlist.h +++ b/desktop/hotlist.h @@ -57,6 +57,6 @@ void hotlist_add_folder(void); void hotlist_add_entry(void); void hotlist_add_page(const char *url); void hotlist_add_page_xy(const char *url, int x, int y); -void hotlist_launch_selected(void); +void hotlist_launch_selected(bool tabs); #endif |