summaryrefslogtreecommitdiff
path: root/virtManager/manager.py
diff options
context:
space:
mode:
Diffstat (limited to 'virtManager/manager.py')
-rw-r--r--virtManager/manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtManager/manager.py b/virtManager/manager.py
index f7b86420..088b1f02 100644
--- a/virtManager/manager.py
+++ b/virtManager/manager.py
@@ -95,7 +95,7 @@ class vmmManager(vmmGObjectUI):
def get_instance(cls, parentobj):
try:
if not cls._instance:
- cls._instance = cls()
+ cls._instance = vmmManager()
return cls._instance
except Exception as e:
if not parentobj: