fix var name. Fixes #5984

This commit is contained in:
Yann Leboulanger 2010-10-19 17:21:11 +02:00
parent 128635699e
commit 58f26f3bfe
1 changed files with 1 additions and 1 deletions

View File

@ -2317,7 +2317,7 @@ class Connection(CommonConnection, ConnectionHandlers):
item.setTagData(i, form[i])
def _on_response(resp):
gajim.nec.push_incoming_event(SearchResultReceivedEvent(None,
conn=self, iq_obj=resp))
conn=self, stanza=resp))
self.connection.SendAndCallForResponse(iq, _on_response)