gitk: Fix bug causing incorrect ref list contents when switching view
commitdf904497ecc15382199045bb257250c857f04eca
authorPaul Mackerras <paulus@samba.org>
Wed, 29 Aug 2007 12:03:07 +0000 (29 22:03 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 29 Aug 2007 12:03:07 +0000 (29 22:03 +1000)
tree09fda49521c7b3a845b3b7e8dadc52590a075e51
parent0380081c65c3e8a46caad9aebe8e97ff65510453
gitk: Fix bug causing incorrect ref list contents when switching view

If the view we're switching to hadn't been read in, we hit an early
return in showview which meant we didn't update the ref list window.

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