From 8e8c33b5b8cad46c7491356e696759c01285a787 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Wed, 17 Feb 2010 21:04:57 +0100 Subject: [PATCH] Make this debug actually be a debug --- terminatorlib/terminal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminatorlib/terminal.py b/terminatorlib/terminal.py index d2f9889c..4123d612 100755 --- a/terminatorlib/terminal.py +++ b/terminatorlib/terminal.py @@ -1204,11 +1204,11 @@ for %s (%s)' % (name, urlplugin.__class__.__name__)) def create_layout(self, layout): """Apply our layout""" + dbg(layout) if layout.has_key('command') and layout['command'] != '': options = self.config.options_get() options.command = layout['command'] self.config.options_set(options) - print "Terminal::create_layout: Unimplemented. %s" % layout # There now begins a great list of keyboard event handlers def key_zoom_in(self):