Fix gtk warning again. Fixed #6053

This commit is contained in:
Denis Fomin 2010-11-29 13:25:17 +03:00
parent 308fb28f68
commit e70c49e9ce
1 changed files with 3 additions and 0 deletions

View File

@ -1085,6 +1085,9 @@ class RosterWindow:
return False return False
def draw_contact(self, jid, account, selected=False, focus=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 Draw the correct state image, name BUT not avatar
""" """