changeset e19751d38357 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=e19751d38357
description: fix typo

diffstat:

 src/chat_control.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r a7bb24c5fe6e -r e19751d38357 src/chat_control.py
--- a/src/chat_control.py       Fri Sep 25 23:05:14 2009 +0200
+++ b/src/chat_control.py       Fri Sep 25 20:40:53 2009 +0200
@@ -1831,7 +1831,7 @@
                        self.set_audio_state('connecting', sid)
                else:
                        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:
                                content = session.get_content('audio')
                                if content:
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to