diff --git a/gajim/tooltips.py b/gajim/tooltips.py index 71d41d81c7fed8c068926d2b2dc68dc761833133..268dc43a74c035059c253323e8a24e892bc70eb6 100644 --- a/gajim/tooltips.py +++ b/gajim/tooltips.py @@ -252,6 +252,9 @@ class GCTooltip(): self.avatar.show() self.fillelement.show() + app.plugin_manager.gui_extension_point( + 'gc_tooltip_populate', self, contact, self.tooltip_grid) + @staticmethod def colorize_affiliation(affiliation): """