summaryrefslogtreecommitdiff
path: root/virtManager/vmmenu.py
diff options
context:
space:
mode:
Diffstat (limited to 'virtManager/vmmenu.py')
-rw-r--r--virtManager/vmmenu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtManager/vmmenu.py b/virtManager/vmmenu.py
index 5883ce34..5d953fb9 100644
--- a/virtManager/vmmenu.py
+++ b/virtManager/vmmenu.py
@@ -181,7 +181,7 @@ class VMActionUI(object):
return
_cancel_cb = None
- if vm.getjobinfo_supported:
+ if vm.supports_domain_job_info():
_cancel_cb = (VMActionUI.save_cancel, vm)
def cb(asyncjob):