From 3fb93cf527611d24eb39977d74da8a45bdf4009f Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Fri, 1 Jun 2012 00:57:08 -0400 Subject: MainWindow: don't select the destination directory after a drop based on a patch by Antti Kaihola. https://bugzilla.gnome.org/show_bug.cgi?id=551390 --- Mozo/MainWindow.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Mozo/MainWindow.py b/Mozo/MainWindow.py index 809b062..08a1d2c 100644 --- a/Mozo/MainWindow.py +++ b/Mozo/MainWindow.py @@ -422,7 +422,6 @@ class MainWindow: return False item = self.drag_data new_parent = menus[path][2] - treeview.get_selection().select_path(path) if item.get_type() == matemenu.TYPE_ENTRY: self.editor.copyItem(item, new_parent) elif item.get_type() == matemenu.TYPE_DIRECTORY: -- cgit v1.2.1