Don't terminate backup thread when aborting
This commit is contained in:
parent
22a9823871
commit
f477084bfe
@ -363,7 +363,6 @@ class BackupVMsWindow(ui_backupdlg.Ui_Backup, multiselectwidget.QtGui.QWizard):
|
|||||||
|
|
||||||
def reject(self):
|
def reject(self):
|
||||||
if self.currentPage() is self.commit_page:
|
if self.currentPage() is self.commit_page:
|
||||||
self.thread.terminate()
|
|
||||||
self.qubes_app.qubesd_call(
|
self.qubes_app.qubesd_call(
|
||||||
'dom0', 'admin.backup.Cancel',
|
'dom0', 'admin.backup.Cancel',
|
||||||
backup_utils.get_profile_name(True))
|
backup_utils.get_profile_name(True))
|
||||||
|
Loading…
Reference in New Issue
Block a user