All of lore.kernel.org
 help / color / mirror / Atom feed
* [gitk] [PATCH] Fix selection of tags.
@ 2009-11-14 13:21 Pat Thoyts
  2009-11-19  9:33 ` Paul Mackerras
  0 siblings, 1 reply; 2+ messages in thread
From: Pat Thoyts @ 2009-11-14 13:21 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: git


When a tag is clicked an error is raised due to a missing parameter in
a function call.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
---
 gitk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gitk b/gitk
index 4e2be7f..364c7a8 100755
--- a/gitk
+++ b/gitk
@@ -10489,7 +10489,7 @@ proc showtag {tag isnew} {
 	set text "[mc "Tag"]: $tag\n[mc "Id"]:  $tagids($tag)"
     }
     appendwithlinks $text {}
-    maybe_scroll_ctext
+    maybe_scroll_ctext 1
     $ctext conf -state disabled
     init_flist {}
 }
-- 
1.6.5.1.1367.gcd48

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

* Re: [gitk] [PATCH] Fix selection of tags.
  2009-11-14 13:21 [gitk] [PATCH] Fix selection of tags Pat Thoyts
@ 2009-11-19  9:33 ` Paul Mackerras
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Mackerras @ 2009-11-19  9:33 UTC (permalink / raw)
  To: Pat Thoyts; +Cc: git

Pat Thoyts writes:

> When a tag is clicked an error is raised due to a missing parameter in
> a function call.
> 
> Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>

Thanks, applied.

Paul.

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

end of thread, other threads:[~2009-11-19  9:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-14 13:21 [gitk] [PATCH] Fix selection of tags Pat Thoyts
2009-11-19  9:33 ` Paul Mackerras

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.