git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gitk: fix mistype
@ 2014-01-18 12:58 Max Kirillov
  2014-01-21 10:58 ` Paul Mackerras
  0 siblings, 1 reply; 2+ messages in thread
From: Max Kirillov @ 2014-01-18 12:58 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: git

Signed-off-by: Max Kirillov <max@max630.net>
---
 gitk-git/gitk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitk-git/gitk b/gitk-git/gitk
index b217dbc..30a3b20 100755
--- a/gitk-git/gitk
+++ b/gitk-git/gitk
@@ -7958,7 +7958,7 @@ proc blobdiffmaybeseehere {ateof} {
     if {$diffseehere >= 0} {
 	mark_ctext_line [lindex [split $diffseehere .] 0]
     }
-    maybe_scroll_ctext ateof
+    maybe_scroll_ctext $ateof
 }
 
 proc getblobdiffline {bdf ids} {
-- 
1.8.5.2.421.g4cdf8d0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gitk: fix mistype
  2014-01-18 12:58 [PATCH] gitk: fix mistype Max Kirillov
@ 2014-01-21 10:58 ` Paul Mackerras
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Mackerras @ 2014-01-21 10:58 UTC (permalink / raw)
  To: Max Kirillov; +Cc: git

On Sat, Jan 18, 2014 at 02:58:51PM +0200, Max Kirillov wrote:
> Signed-off-by: Max Kirillov <max@max630.net>

Thanks, applied.

Paul.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-01-21 11:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-18 12:58 [PATCH] gitk: fix mistype Max Kirillov
2014-01-21 10:58 ` Paul Mackerras

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).