Skip to content
Snippets Groups Projects
Commit 80f30ae6 authored by Dicson's avatar Dicson
Browse files

Add 'gc_tooltip_populate' gui extension point

parent 9c3c399b
No related branches found
No related tags found
No related merge requests found
......@@ -444,6 +444,8 @@ class GCTooltip(BaseTooltip):
self.avatar_image.set_alignment(0, 0)
vcard_table.attach(self.avatar_image, 3, 4, 2, vcard_current_row + 1,
gtk.FILL, gtk.FILL | gtk.EXPAND, 3, 3)
gajim.plugin_manager.gui_extension_point('gc_tooltip_populate',
self, contact, vcard_table)
self.win.add(vcard_table)
class RosterTooltip(NotificationAreaTooltip):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment