6270: Attempting to accidentally open Book Manager raises a Unhandled exception

svn: r20972
This commit is contained in:
Benny Malengier 2013-01-04 13:28:35 +00:00
parent 812b3503bf
commit b115da9699

View File

@ -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):
"""