[PATCH] gitk: Fix nextfile() and add prevfile()
commit67c22874cf82edae9b5c5f0a47c432d08d7ad426
authorOGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Wed, 27 Sep 2006 03:32:19 +0000 (27 12:32 +0900)
committerPaul Mackerras <paulus@samba.org>
Thu, 19 Oct 2006 00:10:11 +0000 (19 10:10 +1000)
tree31822fa8d6d56a35e582a363832ba02efd7178b5
parent561d038ab8adb2bab5ba368b88e620be18c4811b
[PATCH] gitk: Fix nextfile() and add prevfile()

The current nextfile() jumps to last hunk, but I think this is not
intention, probably, it's forgetting to add "break;". And this
patch also adds prevfile(), it jumps to previous hunk.

Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk