summaryrefslogtreecommitdiff
path: root/amiga/tree.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-07-02 11:41:06 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-07-02 11:41:06 +0000
commit4147c185c8d547e041c1d0c81c283ef0c7942cc8 (patch)
treeebb76bbff7bf4e6a628f125bd02d470d76643215 /amiga/tree.c
parentf9566b64050c76c9fc78a0b691cf8c83643c847b (diff)
downloadnetsurf-4147c185c8d547e041c1d0c81c283ef0c7942cc8.tar.gz
netsurf-4147c185c8d547e041c1d0c81c283ef0c7942cc8.tar.bz2
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 'amiga/tree.c')
-rwxr-xr-xamiga/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/tree.c b/amiga/tree.c
index efd8f450c..f975e87ee 100755
--- a/amiga/tree.c
+++ b/amiga/tree.c
@@ -765,7 +765,7 @@ BOOL ami_tree_event(struct treeview_window *twin)
ami_tree_close(twin);
return TRUE;
}
- else tree_launch_selected(twin->tree);
+ else tree_launch_selected(twin->tree, true);
break;
case GID_CANCEL: