[Telepathy-commits] [telepathy-gabble/master] jingle-content: coding style fix
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Mon Mar 16 10:11:30 PDT 2009
---
src/jingle-content.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/jingle-content.c b/src/jingle-content.c
index 7ebfba0..410069e 100644
--- a/src/jingle-content.c
+++ b/src/jingle-content.c
@@ -953,7 +953,7 @@ gabble_jingle_content_change_direction (GabbleJingleContent *c,
msg = gabble_jingle_session_new_message (c->session,
JINGLE_ACTION_CONTENT_MODIFY, &sess_node);
- gabble_jingle_content_produce_node (c, sess_node, FALSE);
+ gabble_jingle_content_produce_node (c, sess_node, FALSE);
gabble_jingle_session_send (c->session, msg, NULL, NULL);
/* FIXME: actually check whether remote end accepts our content-modify */
--
1.5.6.5
More information about the telepathy-commits
mailing list