Changeset 7787 for branches/gajim_0.11/src/message_control.py
- Timestamp:
- 01/06/07 12:00:50 (23 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11/src/message_control.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11/src/message_control.py
r7612 r7787 56 56 '''Called when the control becomes active (state is True) 57 57 or inactive (state is False)''' 58 pass # Derived types MUST implement this method58 pass # Derived classes MUST implement this method 59 59 60 60 def allow_shutdown(self, method):
