removed useless print

This commit is contained in:
Emmanuel Bretelle 2008-04-14 10:20:52 +01:00
parent c5ff753e97
commit a55d75f468
1 changed files with 0 additions and 1 deletions

View File

@ -1074,7 +1074,6 @@ class Terminator:
parent.add(notebook)
notebook.set_tab_reorderable(widgetbox,True)
notebooklabel = ""
print widget._vte.get_window_title()
if widget._vte.get_window_title() is not None:
notebooklabel = widget._vte.get_window_title()
notebook.set_tab_label_text(widgetbox, notebooklabel)