diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-09-05 23:48:17 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-09-05 23:48:17 +0200 |
commit | c6bae348fa3c5f40d67e2076e4c1ceee42a3bc4b (patch) | |
tree | fa1b8009d027a20d52ea67874ab38a919d2a232e /pyLoadGui.py | |
parent | MU fix + others (diff) | |
download | pyload-c6bae348fa3c5f40d67e2076e4c1ceee42a3bc4b.tar.xz |
gui fix, plugin with no main function fix
Diffstat (limited to 'pyLoadGui.py')
-rwxr-xr-x | pyLoadGui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadGui.py b/pyLoadGui.py index c3703a1c5..afe47a3a4 100755 --- a/pyLoadGui.py +++ b/pyLoadGui.py @@ -436,10 +436,10 @@ class main(QObject): if not self.core: config = CoreConfig() #create so at least default config exists - 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.startMain() |