From ace185a76e9b875b00c208906488ac6e1c18dac9 Mon Sep 17 00:00:00 2001 From: Emmanuel Bretelle Date: Sat, 12 Jul 2008 11:30:47 +0100 Subject: [PATCH] reverting one change from nxvl --- terminatorlib/terminator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminatorlib/terminator.py b/terminatorlib/terminator.py index 82537efd..81e7303f 100755 --- a/terminatorlib/terminator.py +++ b/terminatorlib/terminator.py @@ -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)