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
1 changed files with 3 additions and 0 deletions

View File

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