This commit is contained in:
Yann Leboulanger 2005-09-16 15:30:42 +00:00
parent 67c9312d37
commit 22a4f36ab7
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ class Interface:
qs = gajim.awaiting_messages[account]
if not qs.has_key(fjid):
qs[fjid] = []
qs[fjid].append((array[1], array[2], array[3]))
qs[fjid].append((array[1], 'incoming', array[2], array[3]))
self.roster.nb_unread += 1
show = gajim.gc_contacts[account][jid][nick].show
c = Contact(jid = fjid, name = nick, groups = ['none'], show = show,