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

synch: fix behavior of configure button

paths.default no longer exists on the paths tab of the settings tool,
to it was being ignored. instead, we should focus to tortoisehg.postpull.

Changeset 8837dc652838

Parent f7b3f619689a

by Steve Borho

Changes to one file · Browse files at 8837dc652838 Showing diff from parent f7b3f619689a Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​synch.py Stacked
 
446
447
448
449
 
450
451
452
 
446
447
448
 
449
450
451
452
@@ -446,7 +446,7 @@
  if newpath:   dlg.new_path(newpath)   else: - dlg.focus_field('paths.default') + dlg.focus_field('tortoisehg.postpull')   dlg.run()   dlg.hide()   self.paths = self._get_paths()