Changeset 9466
- Timestamp:
- 04/15/08 11:02:36 (7 months ago)
- Files:
-
- 1 modified
-
trunk/src/gajim.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gajim.py
r9461 r9466 2179 2179 if ctrl == None: 2180 2180 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') 2182 2183 2183 2184 def handle_event_search_form(self, account, data):
