fix typo
This commit is contained in:
parent
a8bccebfb7
commit
20755acedc
|
@ -1831,7 +1831,7 @@ class ChatControl(ChatControlBase, ChatCommands):
|
||||||
self.set_audio_state('connecting', sid)
|
self.set_audio_state('connecting', sid)
|
||||||
else:
|
else:
|
||||||
session = gajim.connections[self.account].get_jingle_session(
|
session = gajim.connections[self.account].get_jingle_session(
|
||||||
self.contact.get_full_jid(), self.video_sid)
|
self.contact.get_full_jid(), self.audio_sid)
|
||||||
if session:
|
if session:
|
||||||
content = session.get_content('audio')
|
content = session.get_content('audio')
|
||||||
if content:
|
if content:
|
||||||
|
|
Loading…
Reference in New Issue