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

svn: r20971
This commit is contained in:
Benny Malengier 2013-01-04 13:28:20 +00:00
parent 49585e1e96
commit 421882c0e8

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