Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7, 0.7.1, and 0.7.2

thgconfig: fix add_path() method

This was broken by changeset accfa2eb0e9e

Changeset 853cffb0b324

Parent e52516742fe6

by Steve Borho

Changes to one file · Browse files at 853cffb0b324 Showing diff from parent e52516742fe6 Diff from another changeset...

 
351
352
353
354
 
355
356
357
 
351
352
353
 
354
355
356
357
@@ -351,7 +351,7 @@
  start_editing=True)   self.refresh_path_list()   # This method may be called from hggtk.sync, so ensure page is visible - self.notebook.set_current_page(2) + self.notebook.set_current_page(3)   self.dirty_event()     def dirty_event(self, *args):