typo
This commit is contained in:
parent
485dc4bcbb
commit
f202c09213
|
@ -38,6 +38,9 @@ import sre
|
||||||
import signal
|
import signal
|
||||||
import getopt
|
import getopt
|
||||||
import time
|
import time
|
||||||
|
|
||||||
|
#gobject.threads_init()
|
||||||
|
|
||||||
from common import socks5
|
from common import socks5
|
||||||
import gtkgui_helpers
|
import gtkgui_helpers
|
||||||
|
|
||||||
|
@ -364,7 +367,7 @@ class Interface:
|
||||||
(account, array))
|
(account, array))
|
||||||
|
|
||||||
# when contact signs out we reset his chatstate
|
# 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
|
contact.chatstate = None
|
||||||
|
|
||||||
elif old_show > 1 and new_show < 2:
|
elif old_show > 1 and new_show < 2:
|
||||||
|
|
Loading…
Reference in New Issue