diff options
author | Pat Thoyts <patthoyts@users.sourceforge.net> | 2011-10-19 13:35:30 +0100 |
---|---|---|
committer | Pat Thoyts <patthoyts@users.sourceforge.net> | 2011-10-19 13:35:30 +0100 |
commit | ae6ec6124bb96157ca96bc90831b4874e8ad6789 (patch) | |
tree | a4ff88a6f13c3b100f3e366e410847b73e11a0b3 /lib/line.tcl | |
parent | 99665fc58269cfd608558cc0afbc53824703fc6b (diff) | |
parent | 8eaf24b93bdb49d5adfb2f52f0f14dd01735db37 (diff) |
Merge branch 'bw/searching'gitgui-0.15.0
Diffstat (limited to 'lib/line.tcl')
-rw-r--r-- | lib/line.tcl | 2 |
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 \ |