Allow dodgy gconf use of this too
This commit is contained in:
parent
8f9b2b1804
commit
031685268e
|
@ -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 ()
|
||||
|
|
Loading…
Reference in New Issue