Fix typo (hread_monitor)
This commit is contained in:
parent
bb7357781e
commit
bf4d8763b3
@ -789,7 +789,7 @@ class VmManagerWindow(QMainWindow):
|
|||||||
|
|
||||||
retcode = subprocess.call ([qubes_guid_path, "-d", str(xid), "-c", vm.label.color, "-i", vm.label.icon, "-l", str(vm.label.index)])
|
retcode = subprocess.call ([qubes_guid_path, "-d", str(xid), "-c", vm.label.color, "-i", vm.label.icon, "-l", str(vm.label.index)])
|
||||||
if (retcode != 0):
|
if (retcode != 0):
|
||||||
hread_monitor.set_error_msg("Cannot start qubes_guid!")
|
thread_monitor.set_error_msg("Cannot start qubes_guid!")
|
||||||
|
|
||||||
thread_monitor.set_finished()
|
thread_monitor.set_finished()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user