Don't terminate backup thread when aborting

This commit is contained in:
donoban 2018-11-25 18:49:02 +01:00
parent 22a9823871
commit f477084bfe
No known key found for this signature in database
GPG Key ID: 141310D8E3ED08A5

View File

@ -363,7 +363,6 @@ class BackupVMsWindow(ui_backupdlg.Ui_Backup, multiselectwidget.QtGui.QWizard):
def reject(self):
if self.currentPage() is self.commit_page:
self.thread.terminate()
self.qubes_app.qubesd_call(
'dom0', 'admin.backup.Cancel',
backup_utils.get_profile_name(True))