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

clone: fix clone button clicked signal

Changeset 6bdcb8766234

Parent 9158a19c69af

by Steve Borho

Changes to one file · Browse files at 6bdcb8766234 Showing diff from parent 9158a19c69af Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​clone.py Stacked
 
173
174
175
176
 
177
178
179
 
173
174
175
 
176
177
178
179
@@ -173,7 +173,7 @@
  key, modifier = gtk.accelerator_parse(mod+'Return')   clone.add_accelerator('clicked', accelgroup, key, modifier,   gtk.ACCEL_VISIBLE) - clone.connect('activate', self._btn_clone_clicked) + clone.connect('clicked', self._btn_clone_clicked)   hbbox.add(clone)     self._destlistbox.grab_focus()