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 | git-gui: include the number of untracked files to stage when asking the user (diff) | |
| parent | git-gui: enable the smart case sensitive search only if gui.search.smartcase ... (diff) | |
| download | gitgui-0.15.0.tar.gz gitgui-0.15.0.zip | |
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 \ |
