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