Skip to content

Commit d69dc37

Browse files
author
Junio C Hamano
committed
Merge git://git.kernel.org/pub/scm/gitk/gitk
* git://git.kernel.org/pub/scm/gitk/gitk: gitk: Fix incorrect invocation of getmergediffline [PATCH] gitk: Fix searching for filenames in gitk
2 parents ce18135 + c5a4c4d commit d69dc37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitk

Lines changed: 2 additions & 2 deletions
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
@@ -2700,7 +2700,7 @@ proc getmergediffline {mdf id np} {
27002700
incr nextupdate 100
27012701
fileevent $mdf readable {}
27022702
update
2703-
fileevent $mdf readable [list getmergediffline $mdf $id]
2703+
fileevent $mdf readable [list getmergediffline $mdf $id $np]
27042704
}
27052705
}
27062706

0 commit comments

Comments
 (0)