Add another possible exception to the tomboy keybinding

This commit is contained in:
Chris Jones 2010-01-14 23:39:49 +00:00
parent aec2dd5add
commit 9d5d9a286c
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class Window(Container, gtk.Window):
self.hidebound = bindkey.tomboy_keybinder_bind(
self.config['keybindings']['hide_window'],
self.on_hide_window)
except NameError:
except KeyError,NameError:
pass
if not self.hidebound: