summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2011-05-04 10:11:17 +0200
committerAlexander Larsson <alexl@redhat.com>2011-05-04 10:11:47 +0200
commite9a7007284b9520855cdbb16fa4724ca0f1739d9 (patch)
tree778e886f175a6a43b4669b5413813592451b9458
parent41c7cb2ae8fb98fab2cd9b0cfb59cf6dee4d476c (diff)
downloadnautilus-e9a7007284b9520855cdbb16fa4724ca0f1739d9.tar.gz
Really open in new window on the pathbar contect menu item
Turns out that we didn't pass the NEW_WINDOW flag in the handler for the LocationOpenAlternate action. This is used when right-clicking on the location label or the pathbar.
-rw-r--r--src/nautilus-view.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nautilus-view.c b/src/nautilus-view.c
index 09e439fa4..f5e727b78 100644
--- a/src/nautilus-view.c
+++ b/src/nautilus-view.c
@@ -6769,10 +6769,9 @@ action_location_open_alternate_callback (GtkAction *action,
if (file == NULL) {
return;
}
-
nautilus_view_activate_file (view,
file,
- 0);
+ NAUTILUS_WINDOW_OPEN_FLAG_NEW_WINDOW);
}
static void