Skip to content
Snippets Groups Projects
Commit f202c092 authored by nkour's avatar nkour
Browse files

typo

parent 485dc4bc
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment