Philipp Hörist pushed to branch master at gajim / gajim
Commits:
ca70b1d1 by Philipp Hörist at 2018-03-07T22:37:02+01:00
Add roster tooltip extension point
- - - - -
1 changed file:
- gajim/tooltips.py
Changes:
=====================================
gajim/tooltips.py
=====================================
--- a/gajim/tooltips.py
+++ b/gajim/tooltips.py
@@ -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
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/ca70b1d1e206b88ea2b186303603a881e992a44a
---
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/ca70b1d1e206b88ea2b186303603a881e992a44a
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits