Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-gui: align the new recursive checkbox with the radiobuttons.
author
Pat Thoyts
<patthoyts@users.sourceforge.net>
Fri, 13 Jun 2014 18:38:28 +0000
(19:38 +0100)
committer
Pat Thoyts
<patthoyts@users.sourceforge.net>
Fri, 13 Jun 2014 18:38:28 +0000
(19:38 +0100)
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
lib/choose_repository.tcl
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
2202b8b
)
diff --git
a/lib/choose_repository.tcl
b/lib/choose_repository.tcl
index 1209fa63e1cd72e5c1353edaa72c58cc38a020d6..92d602221f92453bba4eebfae62d9b1d82ddea69 100644
(file)
--- a/
lib/choose_repository.tcl
+++ b/
lib/choose_repository.tcl
@@
-530,7
+530,7
@@
method _do_clone {} {
-text [mc "Recursively clone submodules too"] \
-variable @recursive \
-onvalue true -offvalue false
- pack $args.type_f.recursive
+ pack $args.type_f.recursive
-anchor w
grid $args.type_l $args.type_f -sticky new
grid columnconfigure $args 1 -weight 1