From e3a3e20ce02480c91109d8f380d1803db364e89c Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Mon, 5 Sep 2005 00:31:12 +0000 Subject: [PATCH] fix a typo --- src/chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chat.py b/src/chat.py index 258fb514a..a6dbb4309 100644 --- a/src/chat.py +++ b/src/chat.py @@ -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: