Changeset 9466

Show
Ignore:
Timestamp:
04/15/08 11:02:36 (7 months ago)
Author:
asterix
Message:

prevent traceback when ping reply arrives after we close the control. fixes #3859

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gajim.py

    r9461 r9466  
    21792179                if ctrl == None: 
    21802180                        ctrl = self.msg_win_mgr.get_control(contact.jid, account) 
    2181                 ctrl.print_conversation(_('Error.'), 'status') 
     2181                if ctrl: 
     2182                        ctrl.print_conversation(_('Error.'), 'status') 
    21822183 
    21832184        def handle_event_search_form(self, account, data):