Add another possible exception to the tomboy keybinding
This commit is contained in:
parent
aec2dd5add
commit
9d5d9a286c
|
@ -80,7 +80,7 @@ class Window(Container, gtk.Window):
|
||||||
self.hidebound = bindkey.tomboy_keybinder_bind(
|
self.hidebound = bindkey.tomboy_keybinder_bind(
|
||||||
self.config['keybindings']['hide_window'],
|
self.config['keybindings']['hide_window'],
|
||||||
self.on_hide_window)
|
self.on_hide_window)
|
||||||
except NameError:
|
except KeyError,NameError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
if not self.hidebound:
|
if not self.hidebound:
|
||||||
|
|
Loading…
Reference in New Issue