All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix searching for filenames in gitk
@ 2006-04-05 23:02 Pavel Roskin
  0 siblings, 0 replies; only message in thread
From: Pavel Roskin @ 2006-04-05 23:02 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: git

findcont should not accept any arguments.

Signed-off-by: Pavel Roskin <proski@gnu.org>
---

 gitk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gitk b/gitk
index 26fa79a..e1848cd 100755
--- a/gitk
+++ b/gitk
@@ -2230,7 +2230,7 @@ proc donefilediff {} {
     }
 }
 
-proc findcont {id} {
+proc findcont {} {
     global findid treediffs parentlist
     global ffileline findstartline finddidsel
     global displayorder numcommits matchinglines findinprogress

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-04-05 23:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-05 23:02 [PATCH] Fix searching for filenames in gitk Pavel Roskin

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.