reverting one change from nxvl

This commit is contained in:
Emmanuel Bretelle 2008-07-12 11:30:47 +01:00
parent c3aa93eb05
commit ace185a76e
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class TerminatorNotebookTabLabel(gtk.HBox):
gtk.HBox.__init__(self, False)
self._notebook = notebook
self.terminator = terminator
self._label = gtk.Label('tab test')
self._label = gtk.Label(title)
icon = gtk.Image()
icon.set_from_stock(gtk.STOCK_CLOSE, gtk.ICON_SIZE_MENU)
self.pack_start(self._label, True, True)