fix TB
This commit is contained in:
parent
c788403766
commit
d3089ffa8c
|
@ -202,6 +202,7 @@ class RosterWindow:
|
||||||
if group in gajim.contacts[account][jid][0].groups:
|
if group in gajim.contacts[account][jid][0].groups:
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
|
if gajim.groups[account].has_key(group):
|
||||||
del gajim.groups[account][group]
|
del gajim.groups[account][group]
|
||||||
|
|
||||||
def get_appropriate_state_images(self, jid):
|
def get_appropriate_state_images(self, jid):
|
||||||
|
|
Loading…
Reference in New Issue