diff options
author | mkaay <mkaay@mkaay.de> | 2010-02-21 21:14:23 +0100 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2010-02-21 21:14:23 +0100 |
commit | ade29ef9edd2cb1d33465f3b0f073194c5dcb902 (patch) | |
tree | 708036a6ec6810870c1b2fb617aa600fef3904e4 /pyLoadGui.py | |
parent | checksum now consumes less memory, fixed cookie cleaning (diff) | |
download | pyload-ade29ef9edd2cb1d33465f3b0f073194c5dcb902.tar.xz |
gui fix, better click and load support
Diffstat (limited to 'pyLoadGui.py')
-rwxr-xr-x | pyLoadGui.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyLoadGui.py b/pyLoadGui.py index 9e1c9d354..417e72b8a 100755 --- a/pyLoadGui.py +++ b/pyLoadGui.py @@ -103,14 +103,11 @@ class main(QObject): stop all refresh threads and hide main window """ self.disconnect(self.clipboard, SIGNAL('dataChanged()'), self.slotClipboardChange) - self.disconnect(self.mainWindow, SIGNAL("pauseItemUpdate"), self.packageCollector.pauseItemUpdate) self.mainloop.stop() self.connector.stop() self.mainWindow.saveWindow() self.mainWindow.hide() self.queue.stop() - self.linkCollector.stop() - self.packageCollector.stop() self.mainloop.wait() self.connector.wait() self.queue.wait() |