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

status: wait for thread to exit before garbage collecting

On Windows, the status dialog was crashing once the thread
signalled it as finished.

Changeset 369721409840

Parent 0398952d172d

by Steve Borho

Changes to one file · Browse files at 369721409840 Showing diff from parent 0398952d172d Diff from another changeset...

 
224
225
226
 
227
228
229
 
224
225
226
227
228
229
230
@@ -224,6 +224,7 @@
  self.patchecked = patchecked.copy()   self.updateModel()   self.emit(SIGNAL('loadComplete()')) + self.refreshing.wait()   self.refreshing = None     def updateModel(self):