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

commit: focus to textfield when selected 'open new branch'

Changeset a8553bd66bad

Parent b5a826f7ee35

by Yuki KODAMA

Changes to one file · Browse files at a8553bd66bad Showing diff from parent b5a826f7ee35 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​commit.py Stacked
 
71
72
73
 
 
74
75
76
 
71
72
73
74
75
76
77
78
@@ -71,6 +71,8 @@
    def nbtoggle(self, radio):   self.branchentry.set_sensitive(radio.get_active()) + if radio.get_active(): + self.branchentry.grab_focus()     def activated(self, entry):   self.response(self, response_id=gtk.RESPONSE_OK)