[Dicson] fix typo. Fixes #5267

This commit is contained in:
Yann Leboulanger 2009-09-15 19:49:56 +02:00
parent 651e801334
commit da29844342
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ class MessageWindow(object):
if old_jid not in self._controls[account]:
return
self._controls[account][new_jid] = self._controls[account][old_jid]
del self._controls[account][old_jid]
del self._controls[account][old_jid]
def get_num_controls(self):
return sum(len(d) for d in self._controls.values())