Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7.3, 0.7.4, and 0.7.5

synch: quit trying to auto-select row from path history

Just leave the text entry empty if there is no default specified.
fixes #120 and #121

Changeset 2aa4616dd133

Parent 451f361e05f9

by Steve Borho

Changes to one file · Browse files at 2aa4616dd133 Showing diff from parent 451f361e05f9 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​synch.py Stacked
 
135
136
137
138
139
140
141
142
143
 
135
136
137
 
 
 
138
139
140
@@ -135,9 +135,6 @@
  self._pathbox.set_active(defpushrow)   elif defrow is not None:   self._pathbox.set_active(defrow) - else: - if len(self.pathlist) > 1 and not self.pathlist[0][3]: - self._pathbox.set_active(0)     # support dropping of repos or bundle files   self.drag_dest_set(gtk.DEST_DEFAULT_ALL,