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: