fix TB in move_from_sessionless

This commit is contained in:
Brendan Taylor 2008-06-02 23:26:23 +00:00
parent 03cbc6e2d5
commit 7b6b6de1c5
1 changed files with 1 additions and 1 deletions

View File

@ -695,7 +695,7 @@ class MessageWindow(object):
if not self._controls.has_key(acct):
self._controls[acct] = {}
if not self.sessionless_ctrls[acct].has_key(jid):
if not self._controls[acct].has_key(jid):
self._controls[acct][jid] = {}
thread_id = ctrl.session.thread_id