Changeset 9777

Show
Ignore:
Timestamp:
06/09/08 13:46:29 (3 months ago)
Author:
vardo
Message:

Added 'chat_control_base' GUI extension point (now we are able to modify all chat controls - both normal and GC.

Added base version of AcronymsExpanderPlugin? with some hardcoded acronyms. It uses newly added 'chat_control_base' extension point.

Location:
branches/plugin-system
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • branches/plugin-system/src/chat_control.py

    r9737 r9777  
    292292 
    293293                self.smooth = True 
     294                 
     295                gajim.plugin_manager.gui_extension_point('chat_control_base', self) 
    294296 
    295297        def on_msg_textview_populate_popup(self, textview, menu):