fix a typo

This commit is contained in:
Nikos Kouremenos 2005-10-07 14:09:40 +00:00
parent bd941ea8bf
commit f53d4750dc
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ class Interface:
show_notification = True show_notification = True
if self.windows[account]['gc'].has_key(jid): # it's a Private Message if self.windows[account]['gc'].has_key(jid): # it's a Private Message
nick = get_nick_from_fjid(array[0]) nick = gajim.get_nick_from_fjid(array[0])
fjid = array[0] fjid = array[0]
if not self.windows[account]['chats'].has_key(fjid) and \ if not self.windows[account]['chats'].has_key(fjid) and \
not gajim.awaiting_messages[account].has_key(fjid): not gajim.awaiting_messages[account].has_key(fjid):