Changeset 9956
- Timestamp:
- 07/19/08 01:33:59 (3 months ago)
- Files:
-
- 1 modified
-
trunk/src/gajim.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gajim.py
r9955 r9956 1738 1738 else: 1739 1739 dialogs.WarningDialog(_('Unable to decrypt message'), details) 1740 1741 # terminate the session 1742 session.terminate_e2e() 1743 session.conn.delete_session(jid, session.thread_id) 1744 1745 # restart the session 1746 session.begin_e2e_negotiation() 1740 1747 1741 1748 def handle_event_privacy_lists_received(self, account, data):
