Revert [12663]

This commit is contained in:
Denis Fomin 2010-11-29 18:44:16 +03:00
parent 6a2651ebd5
commit 1136ae5b16
1 changed files with 0 additions and 3 deletions

View File

@ -1085,9 +1085,6 @@ class RosterWindow:
return False
def draw_contact(self, jid, account, selected=False, focus=False):
gobject.idle_add(self._draw_contact, jid, account, selected, focus)
def _draw_contact(self, jid, account, selected=False, focus=False):
"""
Draw the correct state image, name BUT not avatar
"""