domain: Fix 'customize install' after snapshot changes

This commit is contained in:
Cole Robinson 2013-10-02 07:42:24 -04:00
parent 71350543d1
commit 910c3a93ad

View File

@ -1854,6 +1854,9 @@ class vmmDomainVirtinst(vmmDomain):
# No caching, so no refresh needed
return
def snapshots_supported(self):
return False
def get_autostart(self):
return self._backend.autostart
def set_autostart(self, val):