Fix variable typo.
This commit is contained in:
parent
f59c5422f5
commit
fa0f7513cc
|
@ -430,7 +430,7 @@ class vmmManager(gobject.GObject):
|
||||||
(gtype, host, port, transport, username) = vm.get_graphics_console()
|
(gtype, host, port, transport, username) = vm.get_graphics_console()
|
||||||
if gtype == "vnc":
|
if gtype == "vnc":
|
||||||
self.emit("action-show-console", uri, vmuuid)
|
self.emit("action-show-console", uri, vmuuid)
|
||||||
elif not connect.is_remote():
|
elif not connection.is_remote():
|
||||||
self.emit("action-show-terminal", uri, vmuuid)
|
self.emit("action-show-terminal", uri, vmuuid)
|
||||||
else:
|
else:
|
||||||
self.emit("action-refresh-console", uri, vmuuid)
|
self.emit("action-refresh-console", uri, vmuuid)
|
||||||
|
|
Loading…
Reference in New Issue