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

stable thgconfig: fix sub-dialog behavior not to hide behind of main-dialog

this changeset was transplanted from <86256972d5d6> on 'default' branch.

Changeset c7a4320466db

Parent 7e178071640b

by Yuki KODAMA

Changes to one file · Browse files at c7a4320466db Showing diff from parent 7e178071640b Diff from another changeset...

 
633
634
635
 
636
637
638
 
633
634
635
636
637
638
639
@@ -633,6 +633,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: