summaryrefslogtreecommitdiff
path: root/virt-manager
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2018-03-14 18:58:22 -0400
committerCole Robinson <crobinso@redhat.com>2018-03-15 21:24:48 -0400
commit9fa9777f1c0ffb747e9c8a0513551c229091e66a (patch)
tree67063c9623880c09e0aa1351c91f53a15859e3b8 /virt-manager
parent6180a3c81f610b6d157ee0ac0d177524053973b4 (diff)
downloadvirt-manager-9fa9777f1c0ffb747e9c8a0513551c229091e66a.tar.gz
engine: Have windows call exit_app directly
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 b1e4c0f7..8b9989c2 100755
--- a/virt-manager
+++ b/virt-manager
@@ -288,7 +288,7 @@ def main():
def _sigint_handler(user_data):
ignore = user_data
logging.debug("Received KeyboardInterrupt. Exiting application.")
- engine.exit_app(None)
+ engine.exit_app()
GLib.unix_signal_add(GLib.PRIORITY_DEFAULT, signal.SIGINT,
_sigint_handler, None)