summaryrefslogtreecommitdiff
path: root/virt-manager
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2018-03-15 21:22:14 -0400
committerCole Robinson <crobinso@redhat.com>2018-03-15 21:24:48 -0400
commitdabbc8d5bdef57d018488e55f82468142bce693f (patch)
tree8408b442156217115dfff09d21d888276a9676f7 /virt-manager
parent5ebe8b818493b66844fdc21e3845f7c6c41a3bde (diff)
downloadvirt-manager-dabbc8d5bdef57d018488e55f82468142bce693f.tar.gz
engine: Remove centralized conn.open handling
Move connection opening logic to each caller, since needs are slightly different.
Diffstat (limited to 'virt-manager')
-rwxr-xr-xvirt-manager2
1 files changed, 1 insertions, 1 deletions
diff --git a/virt-manager b/virt-manager
index 8b9989c2..79fcf6cd 100755
--- a/virt-manager
+++ b/virt-manager
@@ -52,7 +52,7 @@ def _show_startup_error(msg, details):
logging.debug("Error starting virt-manager: %s\n%s", msg, details,
exc_info=True)
from virtManager.error import vmmErrorDialog
- err = vmmErrorDialog()
+ err = vmmErrorDialog(None)
title = _("Error starting Virtual Machine Manager")
err.show_err(title + ": " + msg,
details=details,