[Dicson] Add gui extension point when drawing a contact in roster. Fixes #5988
This commit is contained in:
parent
13a46aa0b4
commit
14071b6fc7
|
@ -1278,6 +1278,9 @@ class RosterWindow:
|
||||||
# it's not self contact
|
# it's not self contact
|
||||||
self.model[iterG][C_JID] = self.model[iterG][C_JID]
|
self.model[iterG][C_JID] = self.model[iterG][C_JID]
|
||||||
|
|
||||||
|
gajim.plugin_manager.gui_extension_point('roster_draw_contact', self,
|
||||||
|
jid, account, contact)
|
||||||
|
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def _is_pep_shown_in_roster(self, pep_type):
|
def _is_pep_shown_in_roster(self, pep_type):
|
||||||
|
|
Loading…
Reference in New Issue