From 88cd14ac644e9e4880992745c4cdb0d702d75910 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Fri, 11 Dec 2009 14:25:38 +0000 Subject: [PATCH] Remove a couple of stale FIXMEs --- terminatorlib/container.py | 1 - terminatorlib/window.py | 1 - 2 files changed, 2 deletions(-) diff --git a/terminatorlib/container.py b/terminatorlib/container.py index 6b52ee53..7524c809 100755 --- a/terminatorlib/container.py +++ b/terminatorlib/container.py @@ -67,7 +67,6 @@ class Container(object): """De-register the signals for a child""" if self.cnxids.has_key(widget): for cnxid in self.cnxids[widget]: - # FIXME: Look up the IDs to print a useful debugging message dbg('Container::disconnect_child: removing handler on %s' % widget.__class__.__name__) widget.disconnect(cnxid) diff --git a/terminatorlib/window.py b/terminatorlib/window.py index 47b237fb..9a536b06 100755 --- a/terminatorlib/window.py +++ b/terminatorlib/window.py @@ -230,7 +230,6 @@ class Window(Container, gtk.Window): maker = Factory() self.remove(widget) - # FIXME: we should be creating proper containers, not these gtk widgets if vertical: container = maker.make('VPaned') else: