diff --git a/length_notifier/length_notifier.py b/length_notifier/length_notifier.py index 729c884..5c1dab3 100644 --- a/length_notifier/length_notifier.py +++ b/length_notifier/length_notifier.py @@ -42,7 +42,8 @@ class LengthNotifierPlugin(GajimPlugin): self.config_dialog = LengthNotifierPluginConfigDialog(self) self.gui_extension_points = { - 'chat_control' : (self.connect_with_chat_control, + 'chat_control_base': ( + self.connect_with_chat_control, self.disconnect_from_chat_control) }