Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

thgconfig: prevent to hide a child dialog

Changeset 86256972d5d6

Parent b68e858bdd55

by Yuki KODAMA

Changes to one file · Browse files at 86256972d5d6 Showing diff from parent b68e858bdd55 Diff from another changeset...

 
691
692
693
 
694
695
696
 
691
692
693
694
695
696
697
@@ -691,6 +691,7 @@
  model, path = selection.get_selected()   dialog = PathEditDialog(model[path][2], model[path][0],   [p[0] for p in self.pathdata if p[0] != model[path][0]]) + dialog.set_transient_for(self)   dialog.run()   if dialog.newpath:   if model[path][0] != dialog.newalias: