mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
snapshots: Fix showing async dialogs for revert/delete
This commit is contained in:
@@ -1033,8 +1033,8 @@ class vmmEngine(vmmGObject):
|
||||
# VM will be restored, which can take some time, so show progress
|
||||
title = _("Restoring Virtual Machine")
|
||||
text = _("Restoring virtual machine memory from disk")
|
||||
vmmAsyncJob.simple_async(vm.startup,
|
||||
[], title, text, src, "", errorcb=errorcb)
|
||||
vmmAsyncJob.simple_async(vm.startup, [], src,
|
||||
title, text, "", errorcb=errorcb)
|
||||
|
||||
else:
|
||||
# Regular startup
|
||||
|
||||
Reference in New Issue
Block a user