fix correct starting value of titlebar wantedness

This commit is contained in:
Chris Jones 2009-01-30 11:44:40 +00:00
parent 4f8a3a8d34
commit bac635fc4a
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ except ImportError:
sys.exit (1)
class TerminatorTermTitle (gtk.EventBox):
wanted = None
wanted = False
_title = None
_group = None
_separator = None