6270: Attempting to accidentally open Book Manager raises a Unhandled exception
svn: r20972
This commit is contained in:
parent
812b3503bf
commit
b115da9699
@ -880,7 +880,10 @@ class ViewManager(CLIManager):
|
||||
"""
|
||||
Run a book.
|
||||
"""
|
||||
try:
|
||||
BookSelector(self.dbstate, self.uistate)
|
||||
except WindowActiveError:
|
||||
return
|
||||
|
||||
def __keypress(self, action):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user