From 39870556c865297689d3e39fb63bf6f432d6cae9 Mon Sep 17 00:00:00 2001 From: mkaay Date: Mon, 6 Sep 2010 16:39:26 +0200 Subject: gui double logging fix --- pyLoadGui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyLoadGui.py') diff --git a/pyLoadGui.py b/pyLoadGui.py index 9eac96f94..3f8a57910 100755 --- a/pyLoadGui.py +++ b/pyLoadGui.py @@ -439,7 +439,7 @@ class main(QObject): self.core = Core() thread.start_new_thread(self.core.start, (False,False)) self.connector.setAddr(("core", self.core)) - self.mainWindow.mactions["manager"].setDisabled(True) #workaround to supress bug + #self.mainWindow.mactions["manager"].setDisabled(True) #workaround to supress bug self.startMain() -- cgit v1.2.3