From: Bert Wesarg Date: Thu, 13 Oct 2011 13:48:13 +0000 (+0200) Subject: git-gui: clear the goto line input when hiding X-Git-Tag: gitgui-0.15.0~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=81a92e52059b3e2246142650b1282c6f21f49507;p=git.git git-gui: clear the goto line input when hiding Signed-off-by: Bert Wesarg Signed-off-by: Pat Thoyts --- diff --git a/lib/line.tcl b/lib/line.tcl index 904722e67..ee27bd257 100644 --- a/lib/line.tcl +++ b/lib/line.tcl @@ -45,6 +45,7 @@ method show {} { method hide {} { if {[visible $this]} { + $w.ent delete 0 end focus $ctext grid remove $w }