Show
Ignore:
Timestamp:
01/06/07 12:00:50 (23 months ago)
Author:
asterix
Message:

merge changeset from trunk except pyopenssl stuff

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11/src/message_control.py

    r7612 r7787  
    5656                '''Called when the control becomes active (state is True) 
    5757                or inactive (state is False)''' 
    58                 pass  # Derived types MUST implement this method 
     58                pass  # Derived classes MUST implement this method 
    5959 
    6060        def allow_shutdown(self, method):