summaryrefslogtreecommitdiff
path: root/lib/line.tcl
diff options
context:
space:
mode:
authorPat Thoyts <patthoyts@users.sourceforge.net>2011-10-19 13:35:30 +0100
committerPat Thoyts <patthoyts@users.sourceforge.net>2011-10-19 13:35:30 +0100
commitae6ec6124bb96157ca96bc90831b4874e8ad6789 (patch)
treea4ff88a6f13c3b100f3e366e410847b73e11a0b3 /lib/line.tcl
parent99665fc58269cfd608558cc0afbc53824703fc6b (diff)
parent8eaf24b93bdb49d5adfb2f52f0f14dd01735db37 (diff)
Merge branch 'bw/searching'gitgui-0.15.0
Diffstat (limited to 'lib/line.tcl')
-rw-r--r--lib/line.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/line.tcl b/lib/line.tcl
index c160012de6..a026de954c 100644
--- a/lib/line.tcl
+++ b/lib/line.tcl
@@ -15,7 +15,7 @@ constructor new {i_w i_text args} {
${NS}::frame $w
${NS}::label $w.l -text [mc "Goto Line:"]
- entry $w.ent \
+ tentry $w.ent \
-textvariable ${__this}::linenum \
-background lightgreen \
-validate key \