Skip to content

Commit 3754354

Browse files
Pavel Roskinpaulusmack
authored andcommitted
[PATCH] gitk: Fix searching for filenames in gitk
findcont should not accept any arguments. Signed-off-by: Pavel Roskin <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>
1 parent 4840be6 commit 3754354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2230,7 +2230,7 @@ proc donefilediff {} {
22302230
}
22312231
}
22322232

2233-
proc findcont {id} {
2233+
proc findcont {} {
22342234
global findid treediffs parentlist
22352235
global ffileline findstartline finddidsel
22362236
global displayorder numcommits matchinglines findinprogress

0 commit comments

Comments
 (0)