gitk: Fix bug where page-up/down wouldn't always work properly
authorPaul Mackerras <paulus@samba.org>
Fri, 19 May 2006 23:58:49 +0000 (09:58 +1000)
committerPaul Mackerras <paulus@samba.org>
Fri, 19 May 2006 23:58:49 +0000 (09:58 +1000)
commite72ee5ebc8de90ad6de8f9318f75ebd45b2ca001
tree3c2c3d86e83f90e650f2405007a0b2baf417d4ab
parentb09344891010330dcdd26b90453e7e31c780612e
gitk: Fix bug where page-up/down wouldn't always work properly

If the user pressed page up or page down and the new page wasn't
already drawn, we failed to select the line we wanted in the new
page.  This fixes it.

Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk