Add a quick debugging entry

This commit is contained in:
Chris Jones 2009-12-09 13:02:45 +00:00
parent 67b79ff1da
commit a432d10d24
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ class Terminal(gtk.VBox):
def close(self):
"""Close ourselves"""
dbg('Terminal::close: emitting close-term')
self.emit('close-term')
def create_terminalbox(self):