From 055e6f837b19a4129c52fa14f2e6cc026ea2cfa3 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Fri, 22 Jan 2010 13:24:42 +0000 Subject: [PATCH] This FIXME is no longer true --- terminatorlib/terminal.py | 1 - 1 file changed, 1 deletion(-) diff --git a/terminatorlib/terminal.py b/terminatorlib/terminal.py index 36eefab9..660e5750 100755 --- a/terminatorlib/terminal.py +++ b/terminatorlib/terminal.py @@ -1140,7 +1140,6 @@ for %s (%s)' % (name, urlplugin.__class__.__name__)) window.set_urgency_hint(True) # There now begins a great list of keyboard event handlers - # FIXME: Probably a bunch of these are wrong. TEST! def key_zoom_in(self): self.zoom_in()