Changeset 10011

Show
Ignore:
Timestamp:
07/23/08 19:40:02 (4 weeks ago)
Author:
js
Message:

Fix #4069.

Location:
trunk/src
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/chat_control.py

    r10010 r10011  
    13491349                # The name banner is drawn here 
    13501350                ChatControlBase.update_ui(self) 
     1351                self.update_toolbar() 
    13511352 
    13521353        def _update_banner_state_image(self): 
  • trunk/src/gajim.py

    r9981 r10011  
    17911791 
    17921792                if session.control: 
    1793                         session.control.print_conversation_line(details, 'status', '', tim) 
     1793                        session.control.print_conversation_line(details, 
     1794                                'status', '', tim) 
    17941795                else: 
    1795                         dialogs.WarningDialog(_('Unable to decrypt message'), details) 
     1796                        dialogs.WarningDialog(_('Unable to decrypt message'), 
     1797                                details) 
    17961798 
    17971799                # terminate the session