[Xfce4-commits] <thunar:master> Do not try to mount a device twice (bug #9412).

Nick Schermer noreply at xfce.org
Sun Oct 28 20:16:04 CET 2012


Updating branch refs/heads/master
         to b23507e7bcfa73be6c13c4ce308a1434a333054c (commit)
       from ff39388ed16ad760426dec03e6df9b1e0593eb33 (commit)

commit b23507e7bcfa73be6c13c4ce308a1434a333054c
Author: Harald Judt <h.judt at gmx.at>
Date:   Sun Oct 28 19:28:41 2012 +0100

    Do not try to mount a device twice (bug #9412).

 thunar/thunar-tree-view.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/thunar/thunar-tree-view.c b/thunar/thunar-tree-view.c
index 5cdeaff..83b4d35 100644
--- a/thunar/thunar-tree-view.c
+++ b/thunar/thunar-tree-view.c
@@ -973,8 +973,6 @@ thunar_tree_view_row_activated (GtkTreeView       *tree_view,
                                 GtkTreePath       *path,
                                 GtkTreeViewColumn *column)
 {
-  ThunarTreeView *view = THUNAR_TREE_VIEW (tree_view);
-
   /* call the parent's "row-activated" handler */
   if (GTK_TREE_VIEW_CLASS (thunar_tree_view_parent_class)->row_activated != NULL)
     (*GTK_TREE_VIEW_CLASS (thunar_tree_view_parent_class)->row_activated) (tree_view, path, column);
@@ -984,9 +982,6 @@ thunar_tree_view_row_activated (GtkTreeView       *tree_view,
     gtk_tree_view_collapse_row (tree_view, path);
   else
     gtk_tree_view_expand_row (tree_view, path, FALSE);
-
-  /* ...open the selected folder */
-  thunar_tree_view_action_open (view);
 }
 
 


More information about the Xfce4-commits mailing list