diff options
author | Jasper St. Pierre <[email protected]> | 2012-06-01 00:57:08 -0400 |
---|---|---|
committer | Alexei Sorokin <[email protected]> | 2016-08-23 00:37:18 +0300 |
commit | 3fb93cf527611d24eb39977d74da8a45bdf4009f (patch) | |
tree | ef9431af462fed6766bac1949c82b694ab28b5af /Mozo/MainWindow.py | |
parent | 5fcf9b65a2e21b47ec2cba5f7cc8bd6cc68c97f3 (diff) | |
download | mozo-3fb93cf527611d24eb39977d74da8a45bdf4009f.tar.bz2 mozo-3fb93cf527611d24eb39977d74da8a45bdf4009f.tar.xz |
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
Diffstat (limited to 'Mozo/MainWindow.py')
-rw-r--r-- | Mozo/MainWindow.py | 1 |
1 files changed, 0 insertions, 1 deletions
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: |