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

tagadd: focus on textbox on init

Changeset b1f71cfb8602

Parent 8f20f4f51c09

by Yuki KODAMA

Changes to one file · Browse files at b1f71cfb8602 Showing diff from parent 8f20f4f51c09 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​tagadd.py Stacked
 
102
103
104
 
 
 
105
106
107
 
102
103
104
105
106
107
108
109
110
@@ -102,6 +102,9 @@
  vbox.pack_end(self._commit_message, False, False, 1)   vbox.pack_end(lbl, False, False, 1)   + # focus on tag input + self._taglistbox.grab_focus() +   # show them all   self._refresh()   vbox.show_all()