[Dicson] Add gui extension point when drawing a contact in roster. Fixes #5988

This commit is contained in:
Yann Leboulanger 2010-10-20 21:53:36 +02:00
parent 13a46aa0b4
commit 14071b6fc7
1 changed files with 3 additions and 0 deletions

View File

@ -1278,6 +1278,9 @@ class RosterWindow:
# it's not self contact
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
def _is_pep_shown_in_roster(self, pep_type):