[alacarte] MainWindow: Don't select the destination folder after a drop



commit 9fcdd5efd398aa555a890280d99fa4a114c25f2c
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Fri Jun 1 00:57:08 2012 -0400

    MainWindow: Don't select the destination folder after a drop
    
    Based on a patch by Antti Kaihola <akaihol+gnome ambitone com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=551390

 Alacarte/MainWindow.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/Alacarte/MainWindow.py b/Alacarte/MainWindow.py
index 0a80ad5..2e81de7 100644
--- a/Alacarte/MainWindow.py
+++ b/Alacarte/MainWindow.py
@@ -397,7 +397,6 @@ class MainWindow(object):
                     return False
                 item = self.drag_data
                 new_parent = menus[path][2]
-                treeview.get_selection().select_path(path)
                 if isinstance(item, GMenu.TreeEntry):
                     self.editor.copyItem(item, new_parent)
                 elif isinstance(item, GMenu.TreeDirectory):



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]