Add 'gc_tooltip_populate' gui extension point

This commit is contained in:
Denis Fomin 2012-11-12 17:21:26 +04:00
parent 4fab3acc2d
commit b66c30d573
1 changed files with 2 additions and 0 deletions

View File

@ -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):