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

update: fix focus grab of update button

Changeset 8579c682bb43

Parent 45d27a2e8eb7

by Steve Borho

Changes to one file · Browse files at 8579c682bb43 Showing diff from parent 45d27a2e8eb7 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​update.py Stacked
 
84
85
86
 
87
88
89
90
91
 
84
85
86
87
88
 
89
90
91
@@ -84,8 +84,8 @@
  key, modifier = gtk.accelerator_parse(mod+'Return')   update.add_accelerator('clicked', accelgroup, key, modifier,   gtk.ACCEL_VISIBLE) + hbbox.add(update)   update.grab_focus() - hbbox.add(update)     def update(self, button, combo, repo):   overwrite = self.overwrite.get_active()