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

synch: remove obsolete call to fill_path_combo()

The dialog no shows recent paths in the drop down list

Changeset ee80926cf3e8

Parent d0a08bdca19d

by Steve Borho

Changes to one file · Browse files at ee80926cf3e8 Showing diff from parent d0a08bdca19d Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​synch.py Stacked
 
572
573
574
575
576
577
578
579
580
 
572
573
574
 
 
 
575
576
577
@@ -572,9 +572,6 @@
  self._settings.mrul('src_paths').add(src)   self._settings.write()   - # update drop-down list - self.fill_path_combo() -   def flush(self, *args):   pass