Changeset 9612
- Timestamp:
- 05/11/08 02:45:15 (2 months ago)
- Files:
-
- trunk/src/gajim.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/gajim.py
r9607 r9612 292 292 ctrl.print_conversation_line(u" [OTR] %s"%msg, 'status', '', None) 293 293 id = gajim.logger.write('chat_msg_recv', fjid, message=msg, tim=tim) 294 gajim.logger.set_read_messages([id]) 294 if id: 295 gajim.logger.set_read_messages([id]) 295 296 296 297 def policy(self, opdata=None, context=None): … … 385 386 386 387 ctrl = gajim.interface.msg_win_mgr.get_control( 387 gajim.get_jid_without_resource(unicode(context.username)), 388 opdata['account']) 388 unicode(context.username), opdata['account']) 389 389 if ctrl: 390 390 ctrl.update_otr(True)
