Fix typo (hread_monitor)

This commit is contained in:
Marek Marczykowski 2011-04-03 02:26:23 +02:00
parent bb7357781e
commit bf4d8763b3

View File

@ -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)])
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()