remove unneeded call to draw_avatar in draw_contact

This commit is contained in:
Yann Leboulanger 2006-03-13 13:27:05 +00:00
parent dce057d29e
commit 7a542bb473
1 changed files with 0 additions and 1 deletions

View File

@ -621,7 +621,6 @@ class GroupchatControl(ChatControlBase):
model[iter][C_IMG] = image
model[iter][C_TEXT] = name
self.draw_avatar(nick)
def draw_avatar(self, nick):
model = self.list_treeview.get_model()