initialize backup_dir after mounting backup device (#587)
This commit is contained in:
parent
0801ee3c9c
commit
4da2e33bf1
@ -147,6 +147,7 @@ def dev_combobox_activated(dialog, idx):
|
||||
dialog.prev_dev_idx = idx
|
||||
# Initialize path with root of mounted device
|
||||
dialog.dir_line_edit.setText(dialog.dev_mount_path)
|
||||
dialog.backup_dir = dialog.dev_mount_path
|
||||
dialog.select_dir_page.emit(SIGNAL("completeChanged()"))
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user