mirror of
https://github.com/wassname/sloth.git
synced 2026-07-06 05:16:56 +08:00
fix segmentation fault
This fixes the segmentation fault during startup for me (Ubuntu 11.04). Please test if this fixes also your problems with this... Possibly fixes #53, possibly fixes #54
This commit is contained in:
@@ -109,7 +109,7 @@ class MainWindow(QMainWindow):
|
||||
self.statusBar().showMessage("Background loading finished", 5000)
|
||||
self.idletimer.stop()
|
||||
if self.loader is not None:
|
||||
self.idletimer.timeout.disconnect()
|
||||
self.idletimer.timeout.disconnect(self.loader.load)
|
||||
self.statusBar().removeWidget(self.sb_progress)
|
||||
self.loader = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user