Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

repowidget: destroy UpdateDialog on finished

It looks to fix hard crash on Windows and the warning "QObject::killTimers:
timers cannot be stopped from another thread."

For details, see this thread:
http://thread.gmane.org/gmane.comp.python.pyqt-pykde/3132/focus=3494

It's PyQt3 story, but I guess, the problem still exists on PyQt4.

Changeset f71b8c174e9f

Parent 59417714f1ea

by Yuya Nishihara

Changes to one file · Browse files at f71b8c174e9f Showing diff from parent 59417714f1ea Diff from another changeset...

 
571
572
573
 
574
575
576
 
571
572
573
574
575
576
577
@@ -571,6 +571,7 @@
  dlg.output.connect(self.output)   dlg.makeLogVisible.connect(self.makeLogVisible)   dlg.progress.connect(self.progress) + dlg.finished.connect(dlg.deleteLater)   dlg.exec_()     def manifestRevision(self):