This commit is contained in:
Nikos Kouremenos 2005-07-19 18:58:50 +00:00
parent 6abc354035
commit 92c0c5fdb2
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ class Interface:
if user1:
if user1.show in statuss:
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
else:
user1 = gajim.contacts[account][ji][0]