Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

thgconfig: use page name instead of page number

The number '3' means 'synchronize' page, but this way is not good.
Once 'synchronize' page is moved, it will collapse easily.

Changeset 6f7f18b57a45

Parent 926e91930522

by Yuki KODAMA

Changes to one file · Browse files at 6f7f18b57a45 Showing diff from parent 926e91930522 Diff from another changeset...

 
788
789
790
791
 
 
 
792
793
794
 
788
789
790
 
791
792
793
794
795
796
@@ -788,7 +788,9 @@
  self.pathtree.get_column(0))   self.refresh_path_list()   # This method may be called from hgtk.sync, so ensure page is visible - self.notebook.set_current_page(3) + page_num = self.pages['sync'][0] + path = self.confmodel[page_num].path + self.confview.set_cursor(path)   self.dirty_event()     def dirty_event(self, *args):