Skip to content

Commit

Permalink
[PATCH] gitk: Fix searching for filenames in gitk
Browse files Browse the repository at this point in the history
findcont should not accept any arguments.

Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Pavel Roskin authored and Paul Mackerras committed Apr 6, 2006
1 parent 4840be6 commit 3754354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitk
Original file line number Diff line number Diff line change
Expand Up @@ -2230,7 +2230,7 @@ proc donefilediff {} {
}
}

proc findcont {id} {
proc findcont {} {
global findid treediffs parentlist
global ffileline findstartline finddidsel
global displayorder numcommits matchinglines findinprogress
Expand Down

0 comments on commit 3754354

Please sign in to comment.