From ca70b1d1e206b88ea2b186303603a881e992a44a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Philipp=20H=C3=B6rist?= <philipp@hoerist.com>
Date: Wed, 7 Mar 2018 22:37:02 +0100
Subject: [PATCH] Add roster tooltip extension point

---
 gajim/tooltips.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gajim/tooltips.py b/gajim/tooltips.py
index 7dc1d028a2..f6116ee8dd 100644
--- a/gajim/tooltips.py
+++ b/gajim/tooltips.py
@@ -541,6 +541,9 @@ class RosterTooltip(Gtk.Window, StatusTable):
         self.avatar.set_from_surface(surface)
         self.avatar.show()
 
+        app.plugin_manager.gui_extension_point(
+            'roster_tooltip_populate', self, contacts, self.tooltip_grid)
+
         # Sets the Widget that is at the bottom to expand.
         # This is needed in case the Picture takes more Space then the Labels
         i = 1
-- 
GitLab