From 371e75ef40ec51a66aeab031c0da775c880e637d Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Tue, 13 May 2008 02:03:26 +0000 Subject: [PATCH] fixed tab/space consistency --- src/chat_control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chat_control.py b/src/chat_control.py index a6575aeb4..c669ba10d 100644 --- a/src/chat_control.py +++ b/src/chat_control.py @@ -1133,7 +1133,7 @@ class ChatControl(ChatControlBase): self.status_tooltip = gtk.Tooltips() - if gajim.otr_module: + if gajim.otr_module: self.update_otr(True) self.update_ui()