Module: deluge Branch: 1.3-stable Commit: c225eae18948ae51f9711a6d1253c2d1db1c75ee
Author: Andrew Resch <[email protected]> Date: Mon May 23 13:41:37 2011 -0700 1862: Fix typo in move storage --- deluge/ui/gtkui/menubar.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/deluge/ui/gtkui/menubar.py b/deluge/ui/gtkui/menubar.py index 423d687..f4c8f62 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 -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
