Show
Ignore:
Timestamp:
06/12/08 20:26:08 (6 months ago)
Author:
vardo
Message:

Small changes toward handling plug-ins configuration.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/plugin-system/plugins/length_notifier.py

    r9762 r9792  
    4444                super(LengthNotifierPlugin, self).__init__() 
    4545                 
    46                 self.__class__.gui_extension_points = { 
     46                self.gui_extension_points = { 
    4747                        'chat_control' : (self.connect_with_chat_control, 
    4848                                                          self.disconnect_from_chat_control)