Changeset 10492
- Timestamp:
- 10/07/08 10:20:46 (7 weeks ago)
- Files:
-
- 1 modified
-
trunk/src/message_window.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/message_window.py
r10490 r10492 1036 1036 May be useful some day in the future?''' 1037 1037 ctrl = self.get_control(jid, acct) 1038 if ctrl .type_id == message_control.TYPE_GC:1038 if ctrl and ctrl.type_id == message_control.TYPE_GC: 1039 1039 return ctrl 1040 1040 return None
