fix var name. Fixes #5984
This commit is contained in:
parent
128635699e
commit
58f26f3bfe
|
@ -2317,7 +2317,7 @@ class Connection(CommonConnection, ConnectionHandlers):
|
||||||
item.setTagData(i, form[i])
|
item.setTagData(i, form[i])
|
||||||
def _on_response(resp):
|
def _on_response(resp):
|
||||||
gajim.nec.push_incoming_event(SearchResultReceivedEvent(None,
|
gajim.nec.push_incoming_event(SearchResultReceivedEvent(None,
|
||||||
conn=self, iq_obj=resp))
|
conn=self, stanza=resp))
|
||||||
|
|
||||||
self.connection.SendAndCallForResponse(iq, _on_response)
|
self.connection.SendAndCallForResponse(iq, _on_response)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue