diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2007-09-23 22:29:18 -0400 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2007-09-23 22:29:24 -0400 |
commit | 354e114d7461c5f7f6bd4e0fb6d880bdd15a7823 (patch) | |
tree | 50a180762dd2f25ce78c635cd746d74b45ada5ef /lib | |
parent | git-gui: Avoid console scrollbars unless they are necessary (diff) | |
download | tgif-354e114d7461c5f7f6bd4e0fb6d880bdd15a7823.tar.xz |
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 1bec8bd0a8..5f2d12fd07 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 {.}} { |