fix correct starting value of titlebar wantedness
This commit is contained in:
parent
4f8a3a8d34
commit
bac635fc4a
|
@ -41,7 +41,7 @@ except ImportError:
|
||||||
sys.exit (1)
|
sys.exit (1)
|
||||||
|
|
||||||
class TerminatorTermTitle (gtk.EventBox):
|
class TerminatorTermTitle (gtk.EventBox):
|
||||||
wanted = None
|
wanted = False
|
||||||
_title = None
|
_title = None
|
||||||
_group = None
|
_group = None
|
||||||
_separator = None
|
_separator = None
|
||||||
|
|
Loading…
Reference in New Issue