Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.1, 2.0.2, and 2.0.3

stable clone: Set the focus to the dest combobox after browsing for a source repository

The normal flow when using the clone dialog is to first select a source
repository and then select where it will be cloned to. Thus it makes sense
to move the focus to the destination combobox when the user selects a valid
source repository.

Changeset bbe09b6b5712

Parent 5ac2cdc0a9f7

by Angel Ezquerra

Changes to one file · Browse files at bbe09b6b5712 Showing diff from parent 5ac2cdc0a9f7 Diff from another changeset...

 
327
328
329
330
 
331
332
333
 
327
328
329
 
330
331
332
333
@@ -327,7 +327,7 @@
  self.src_combo.currentText(), QFileDialog.ShowDirsOnly)   if path:   self.src_combo.setEditText(QDir.toNativeSeparators(path)) - self.src_combo.setFocus() + self.dest_combo.setFocus()     def browse_dest(self):   FD = QFileDialog