diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2007-09-24 02:29:18 (GMT) |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2007-09-24 02:29:24 (GMT) |
commit | 354e114d7461c5f7f6bd4e0fb6d880bdd15a7823 (patch) | |
tree | 50a180762dd2f25ce78c635cd746d74b45ada5ef /lib | |
parent | fbc8a93cd5b03bf15a3ebef6c0a512d2da3df7c4 (diff) | |
download | git-354e114d7461c5f7f6bd4e0fb6d880bdd15a7823.zip git-354e114d7461c5f7f6bd4e0fb6d880bdd15a7823.tar.gz git-354e114d7461c5f7f6bd4e0fb6d880bdd15a7823.tar.bz2 |
git-gui: Deiconify startup wizard so it raises to the top
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/choose_repository.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/choose_repository.tcl b/lib/choose_repository.tcl index 1bec8bd..5f2d12f 100644 --- a/lib/choose_repository.tcl +++ b/lib/choose_repository.tcl @@ -123,6 +123,7 @@ constructor pick {} { grab $top focus $top " + wm deiconify $top tkwait variable @done if {$top eq {.}} { |