Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.4rc1, 0.4rc2, and 0.4rc3

hggtk/logfilter: set focus to rev0entry at startup

Much more useful than the 'apply' toolbutton

Changeset e248b972dd37

Parent 071b3aa8b7c3

by Steve Borho

Changes to one file · Browse files at e248b972dd37 Showing diff from parent 071b3aa8b7c3 Diff from another changeset...

 
153
154
155
 
156
157
158
 
153
154
155
156
157
158
159
@@ -153,6 +153,7 @@
  self.searchradio.set_active(True)   self.branchradio.set_active(True)   self.revradio.set_active(True) + self.rev0Entry.grab_focus()     # show them all   self.show_all()