[nautilus] view: set the right open flags when opening in a new window
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] view: set the right open flags when opening in a new window
- Date: Mon, 21 Mar 2011 15:49:13 +0000 (UTC)
commit 572ded742f9146a6bca8f5000804f291338db9b8
Author: Stefano Teso <stefano teso gmail com>
Date: Mon Mar 21 11:48:15 2011 -0400
view: set the right open flags when opening in a new window
https://bugzilla.gnome.org/show_bug.cgi?id=644675
src/nautilus-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-view.c b/src/nautilus-view.c
index ba73ad0..3fdf9e5 100644
--- a/src/nautilus-view.c
+++ b/src/nautilus-view.c
@@ -4181,7 +4181,7 @@ open_one_in_new_window (gpointer data, gpointer callback_data)
nautilus_view_activate_file (NAUTILUS_VIEW (callback_data),
NAUTILUS_FILE (data),
- 0);
+ NAUTILUS_WINDOW_OPEN_FLAG_NEW_WINDOW);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]