mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-13 13:05:37 +00:00
1862: Fix typo in move storage
This commit is contained in:
parent
afa941df2e
commit
c225eae189
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user