nothing
This commit is contained in:
parent
6abc354035
commit
92c0c5fdb2
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ class Interface:
|
||||||
if user1:
|
if user1:
|
||||||
if user1.show in statuss:
|
if user1.show in statuss:
|
||||||
old_show = statuss.index(user1.show)
|
old_show = statuss.index(user1.show)
|
||||||
if old_show == new_show and user1.status == array[2]: #no chgmt
|
if old_show == new_show and user1.status == array[2]: #no change
|
||||||
return
|
return
|
||||||
else:
|
else:
|
||||||
user1 = gajim.contacts[account][ji][0]
|
user1 = gajim.contacts[account][ji][0]
|
||||||
|
|
Loading…
Add table
Reference in a new issue