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

synch: fix the check for no path specification

fixes #80

Changeset cc0ea6747a17

Parent 3dd2d2ca4cd4

by Steve Borho

Changes to one file · Browse files at cc0ea6747a17 Showing diff from parent 3dd2d2ca4cd4 Diff from another changeset...

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