Skip to content

Commit

Permalink
Merge git://git.kernel.org/pub/scm/gitk/gitk
Browse files Browse the repository at this point in the history
* git://git.kernel.org/pub/scm/gitk/gitk:
  gitk: Fix incorrect invocation of getmergediffline
  [PATCH] gitk: Fix searching for filenames in gitk
  • Loading branch information
Junio C Hamano committed Apr 7, 2006
2 parents ce18135 + c5a4c4d commit d69dc37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -2700,7 +2700,7 @@ proc getmergediffline {mdf id np} {
incr nextupdate 100
fileevent $mdf readable {}
update
fileevent $mdf readable [list getmergediffline $mdf $id]
fileevent $mdf readable [list getmergediffline $mdf $id $np]
}
}

Expand Down

0 comments on commit d69dc37

Please sign in to comment.