Mercurial > pidgin.yaz
diff libpurple/protocols/jabber/jingle/content.c @ 26025:1a2d446cb8a0
Fix support for audio and video (at the same time) sessions.
author | Mike Ruprecht <maiku@soc.pidgin.im> |
---|---|
date | Mon, 03 Nov 2008 03:07:07 +0000 |
parents | bd598b606ca4 |
children | db517c55c508 |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jingle/content.c Sun Nov 02 21:00:46 2008 +0000 +++ b/libpurple/protocols/jabber/jingle/content.c Mon Nov 03 03:07:07 2008 +0000 @@ -447,9 +447,9 @@ } void -jingle_content_handle_action(JingleContent *content, xmlnode *jingle, JingleActionType action) +jingle_content_handle_action(JingleContent *content, xmlnode *xmlcontent, JingleActionType action) { g_return_if_fail(JINGLE_IS_CONTENT(content)); - JINGLE_CONTENT_GET_CLASS(content)->handle_action(content, jingle, action); + JINGLE_CONTENT_GET_CLASS(content)->handle_action(content, xmlcontent, action); }