some more [][]

This commit is contained in:
Nikos Kouremenos 2005-09-12 22:12:17 +00:00
parent 863b4bae66
commit 9a91297e5b
1 changed files with 2 additions and 2 deletions

View File

@ -243,8 +243,8 @@ class RosterWindow:
else:
img = state_images['not in the roster']
for iter in iters:
model.set_value(iter, 0, img)
model.set_value(iter, 1, name)
model[iter][C_IMG] = img
model[iter][C_NAME] = name
#FIXME: add avatar
def join_gc_room(self, account, room_jid, nick, password):