Changeset 10011
- Timestamp:
- 07/23/08 19:40:02 (4 weeks ago)
- Location:
- trunk/src
- Files:
-
- 2 modified
-
chat_control.py (modified) (1 diff)
-
gajim.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/chat_control.py
r10010 r10011 1349 1349 # The name banner is drawn here 1350 1350 ChatControlBase.update_ui(self) 1351 self.update_toolbar() 1351 1352 1352 1353 def _update_banner_state_image(self): -
trunk/src/gajim.py
r9981 r10011 1791 1791 1792 1792 if session.control: 1793 session.control.print_conversation_line(details, 'status', '', tim) 1793 session.control.print_conversation_line(details, 1794 'status', '', tim) 1794 1795 else: 1795 dialogs.WarningDialog(_('Unable to decrypt message'), details) 1796 dialogs.WarningDialog(_('Unable to decrypt message'), 1797 details) 1796 1798 1797 1799 # terminate the session
