Add extension point for GC tooltip

This commit is contained in:
Philipp Hörist 2018-02-20 22:51:28 +01:00
parent 27ffae2af4
commit d6bfea1b19

View file

@ -252,6 +252,9 @@ class GCTooltip():
self.avatar.show() self.avatar.show()
self.fillelement.show() self.fillelement.show()
app.plugin_manager.gui_extension_point(
'gc_tooltip_populate', self, contact, self.tooltip_grid)
@staticmethod @staticmethod
def colorize_affiliation(affiliation): def colorize_affiliation(affiliation):
""" """