From f202c09213fa8f67f4778a867989b6bfd17c1169 Mon Sep 17 00:00:00 2001
From: Nikos Kouremenos <kourem@gmail.com>
Date: Mon, 8 Aug 2005 14:53:21 +0000
Subject: [PATCH] typo

---
 src/gajim.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/gajim.py b/src/gajim.py
index a4d007b521..8b6767a31b 100755
--- a/src/gajim.py
+++ b/src/gajim.py
@@ -38,6 +38,9 @@ import sre
 import signal
 import getopt
 import time
+
+#gobject.threads_init()
+
 from common import socks5
 import gtkgui_helpers
 
@@ -364,7 +367,7 @@ class Interface:
 						(account, array))
 				
 				# when contact signs out we reset his chatstate
-				contact = gaim.get_first_contact_instance_from_jid(acccount, jid)
+				contact = gajim.get_first_contact_instance_from_jid(acccount, jid)
 				contact.chatstate = None
 						
 			elif old_show > 1 and new_show < 2:
-- 
GitLab