Add roster tooltip extension point

This commit is contained in:
Philipp Hörist 2018-03-07 22:37:02 +01:00
parent 1935a4f40e
commit ca70b1d1e2
1 changed files with 3 additions and 0 deletions

View File

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