Fix regression of MachineUI
The recent UI overhaul led to the breakage of the machineui. This bug fixes that. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
parent
b569ef551f
commit
9d79bd7b01
@ -18,3 +18,5 @@ Changes
|
||||
|
||||
Bug Fixes
|
||||
---------
|
||||
|
||||
* Fix regression that broke MachineUI
|
||||
|
@ -43,7 +43,7 @@ class MachineUI(UIBase):
|
||||
'warn', '', currentThread().getName(), msg))
|
||||
|
||||
def registerthread(self, account):
|
||||
super(MachineUI, self).registerthread(self, account)
|
||||
super(MachineUI, self).registerthread(account)
|
||||
self._printData('registerthread', account)
|
||||
|
||||
def unregisterthread(s, thread):
|
||||
|
Loading…
Reference in New Issue
Block a user