Allow dodgy gconf use of this too

This commit is contained in:
Chris Jones 2008-03-01 01:15:34 +00:00
parent 8f9b2b1804
commit 031685268e
1 changed files with 1 additions and 1 deletions

View File

@ -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 ()