Changeset 9777
- Timestamp:
- 06/09/08 13:46:29 (3 months ago)
- Location:
- branches/plugin-system
- Files:
-
- 1 added
- 1 modified
-
plugins/acronyms_expander.py (added)
-
src/chat_control.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin-system/src/chat_control.py
r9737 r9777 292 292 293 293 self.smooth = True 294 295 gajim.plugin_manager.gui_extension_point('chat_control_base', self) 294 296 295 297 def on_msg_textview_populate_popup(self, textview, menu):
