Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.4, 2.0.5, and 2.1

stable mq: disconnect thgrepo signals at close

Changeset ee15281d92a3

Parent 7246f4c83aa1

by Steve Borho

Changes to one file · Browse files at ee15281d92a3 Showing diff from parent 7246f4c83aa1 Diff from another changeset...

 
215
216
217
 
 
 
 
 
218
219
220
 
215
216
217
218
219
220
221
222
223
224
225
@@ -215,6 +215,11 @@
  self.loadConfigs()   QTimer.singleShot(0, self.reload)   + def closeEvent(self, event): + self.repo.configChanged.disconnect(self.onConfigChanged) + self.repo.repositoryChanged.disconnect(self.onRepositoryChanged) + super(PatchBranchWidget, self).closeEvent(event) +   def getUserOptions(self, *optionlist):   out = []   for opt in optionlist: