From 9d5d9a286c14e15210dfc68a9805c006560e7efb Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Thu, 14 Jan 2010 23:39:49 +0000 Subject: [PATCH] Add another possible exception to the tomboy keybinding --- terminatorlib/window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminatorlib/window.py b/terminatorlib/window.py index 6b631b5c..a141d0fb 100755 --- a/terminatorlib/window.py +++ b/terminatorlib/window.py @@ -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: