diff options
author | Florian Bruhin <git@the-compiler.org> | 2016-04-25 18:53:35 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2016-04-25 18:55:15 +0200 |
commit | 6349c00c72edf8e2a85268f1a44d34658c066465 (patch) | |
tree | 6760083bb5d79b2fb8a84c9b26dfd0cef2223ee9 /CONTRIBUTING.asciidoc | |
parent | a5679dff04ad0f0ce85a6b2437276b29e96610ba (diff) | |
download | qutebrowser-6349c00c72edf8e2a85268f1a44d34658c066465.tar.gz qutebrowser-6349c00c72edf8e2a85268f1a44d34658c066465.zip |
Fix crash with :tab-{prev,next,focus} with 0 tabs
When using :tab-prev/:tab-next (or :tab-focus which uses :tab-next
internally) immediately after the last tab, those functions could be
called with 0 tabs open, which caused a ZeroDivisionError when trying to
do % 0.
Fixes #1448.
Diffstat (limited to 'CONTRIBUTING.asciidoc')
0 files changed, 0 insertions, 0 deletions