From 031685268e5b86cb55d48929312fc7a856bb4d83 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Sat, 1 Mar 2008 01:15:34 +0000 Subject: [PATCH] Allow dodgy gconf use of this too --- terminator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminator b/terminator index c296262b..ea4877cf 100755 --- a/terminator +++ b/terminator @@ -183,7 +183,7 @@ class TerminatorTerm: self._termbox = gtk.HBox () self._termbox.show() - if self.defaults['titlebars']: + if self.reconf('titlebars'): self._title = gtk.Label() self._title.show() self._box = gtk.VBox ()