fix a typo

This commit is contained in:
Nikos Kouremenos 2005-09-05 00:31:12 +00:00
parent a6bf5b30c0
commit e3a3e20ce0
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ class Chat:
if chatstate == 'composing':
color = gajim.config.get_per('themes', theme,
'state_composing_color')
elif unread and self.window.get_property('has-toplevel-focus')::
elif unread and self.window.get_property('has-toplevel-focus'):
color = gajim.config.get_per('themes', theme,
'state_active_color')
elif unread: