Remove Non-ASCII character.

This commit is contained in:
Stephan Erb 2008-06-17 19:27:32 +00:00
parent 473e2cdbd8
commit b1f13ca040
1 changed files with 1 additions and 1 deletions

View File

@ -1441,7 +1441,7 @@ class Interface:
contact.groups = groups or []
if re_add:
self.roster.add_contact(jid, account)
# Refilter and update oĺd groups
# Refilter and update old groups
for group in old_groups:
self.roster.draw_group(group, account)