Fix gtk warning again. Fixed #6053
This commit is contained in:
parent
308fb28f68
commit
e70c49e9ce
|
@ -1085,6 +1085,9 @@ 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
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue