Fix notebook tab switching with keyboard if some pages are hidden
commitdeede0595eb63e9a27b6213477e0413e8b3c054f
authorColomban Wendling <ban@herbesfolles.org>
Thu, 9 May 2013 22:10:46 +0000 (10 00:10 +0200)
committerColomban Wendling <ban@herbesfolles.org>
Thu, 9 May 2013 22:10:46 +0000 (10 00:10 +0200)
tree469d1189bb5e3b881c3539ccf19973e392056e52
parenta025b7c63f38b3458bb4615daabf823cc9f24df9
Fix notebook tab switching with keyboard if some pages are hidden

When switching the current notebook tab, we need to take only visible
pages into account.  If we don't and we try switching to an invisible
page, nothing happens.

In practice, the issue is visible on the message window notebook if one
of the tabs are hidden due to one of the "msgwin_*_visible" settings.
src/keybindings.c