summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Resch <andrewresch@gmail.com>2011-05-23 13:41:37 -0700
committerAndrew Resch <andrewresch@gmail.com>2011-05-23 13:41:37 -0700
commitc225eae18948ae51f9711a6d1253c2d1db1c75ee (patch)
tree84ac12f6be834d266dbab65a9c79359394f8b770
parentafa941df2eb78bb7c520c96aad187e0af66ea808 (diff)
downloaddeluge-c225eae18948ae51f9711a6d1253c2d1db1c75ee.tar.gz
deluge-c225eae18948ae51f9711a6d1253c2d1db1c75ee.tar.bz2
deluge-c225eae18948ae51f9711a6d1253c2d1db1c75ee.zip
1862: Fix typo in move storage
-rw-r--r--deluge/ui/gtkui/menubar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deluge/ui/gtkui/menubar.py b/deluge/ui/gtkui/menubar.py
index 423d687f3..f4c8f62d8 100644
--- a/deluge/ui/gtkui/menubar.py
+++ b/deluge/ui/gtkui/menubar.py
@@ -354,7 +354,7 @@ class MenuBar(component.Component):
if response_id == gtk.RESPONSE_OK:
log.debug("Moving torrents to %s",
- self.move_storage_dialog.get_text())
+ self.move_storage_dialog_entry.get_text())
path = self.move_storage_dialog_entry.get_text()
client.core.move_storage(
component.get("TorrentView").get_selected_torrents(), path