From c225eae18948ae51f9711a6d1253c2d1db1c75ee Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Mon, 23 May 2011 13:41:37 -0700 Subject: [PATCH] 1862: Fix typo in move storage --- deluge/ui/gtkui/menubar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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