From 26aad830e6a05b71270088cb1f34c308411610ee Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 1 Dec 2009 23:04:19 +0000 Subject: [PATCH] fix whitespace --- terminatorlib/terminator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminatorlib/terminator.py b/terminatorlib/terminator.py index 2dad6357..ae164e6c 100755 --- a/terminatorlib/terminator.py +++ b/terminatorlib/terminator.py @@ -149,7 +149,7 @@ class TerminatorNotebookTabLabel(gtk.HBox): break def set_title(self, title, force=False): - self._label.set_text(title, force) + self._label.set_text(title, force) def get_title(self): return self._label.get_text()