Make this debug actually be a debug
This commit is contained in:
parent
71919fce55
commit
8e8c33b5b8
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue