mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 09:28:41 +00:00
1862: Fix typo in move storage
This commit is contained in:
parent
afa941df2e
commit
c225eae189
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ class MenuBar(component.Component):
|
||||||
|
|
||||||
if response_id == gtk.RESPONSE_OK:
|
if response_id == gtk.RESPONSE_OK:
|
||||||
log.debug("Moving torrents to %s",
|
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()
|
path = self.move_storage_dialog_entry.get_text()
|
||||||
client.core.move_storage(
|
client.core.move_storage(
|
||||||
component.get("TorrentView").get_selected_torrents(), path
|
component.get("TorrentView").get_selected_torrents(), path
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue