[Xfce4-commits] [xfce/thunar] 07/13: Fix tree view opening mounted devices in new tab

noreply at xfce.org noreply at xfce.org
Tue May 12 09:58:20 CEST 2015


This is an automated email from the git hooks/post-receive script.

hjudt pushed a commit to branch master
in repository xfce/thunar.

commit 0aa296f5fa364600a3065673d08eace3290e9847
Author: Harald Judt <h.judt at gmx.at>
Date:   Sat May 9 13:28:42 2015 +0200

    Fix tree view opening mounted devices in new tab
    
    Mounting a device in the tree view always opens them in a new tab,
    instead of in the current view. This commit fixes this.
---
 thunar/thunar-tree-view.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thunar/thunar-tree-view.c b/thunar/thunar-tree-view.c
index 5d4d359..8b6fffa 100644
--- a/thunar/thunar-tree-view.c
+++ b/thunar/thunar-tree-view.c
@@ -2147,7 +2147,7 @@ thunar_tree_view_action_open (ThunarTreeView *view)
       if (thunar_device_is_mounted (device))
         thunar_tree_view_open_selection (view);
       else
-        thunar_tree_view_mount (view, TRUE, OPEN_IN_TAB);
+        thunar_tree_view_mount (view, TRUE, OPEN_IN_VIEW);
 
       g_object_unref (device);
     }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list