Changeset 9792 for branches/plugin-system/plugins/length_notifier.py
- Timestamp:
- 06/12/08 20:26:08 (6 months ago)
- Files:
-
- 1 modified
-
branches/plugin-system/plugins/length_notifier.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin-system/plugins/length_notifier.py
r9762 r9792 44 44 super(LengthNotifierPlugin, self).__init__() 45 45 46 self. __class__.gui_extension_points = {46 self.gui_extension_points = { 47 47 'chat_control' : (self.connect_with_chat_control, 48 48 self.disconnect_from_chat_control)
