summaryrefslogtreecommitdiffstats
path: root/pyLoadGui.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadGui.py')
-rwxr-xr-xpyLoadGui.py3
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()