1862: Fix typo in move storage

This commit is contained in:
Andrew Resch 2011-05-23 13:41:37 -07:00
parent afa941df2e
commit c225eae189

View File

@ -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