telepathy-farstream: Fix typo, make it build

Olivier Crête tester at kemper.freedesktop.org
Wed Sep 25 17:37:28 PDT 2013


Module: telepathy-farstream
Branch: master
Commit: 240648e79c882702b497b0af9c3ec5cc563739d6
URL:    http://cgit.freedesktop.org/telepathy/telepathy-farstream/commit/?id=240648e79c882702b497b0af9c3ec5cc563739d6

Author: Olivier Crête <olivier.crete at collabora.com>
Date:   Wed Sep 25 20:37:15 2013 -0400

Fix typo, make it build

---

 examples/call-handler.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/examples/call-handler.c b/examples/call-handler.c
index e8e1661..dd4e8d5 100644
--- a/examples/call-handler.c
+++ b/examples/call-handler.c
@@ -369,7 +369,7 @@ start_sending_cb (TfContent *content, gpointer user_data)
           goto out;
 
         element = setup_video_source (context, content);
-        content->has_video_src = TRUE;
+        context->has_video_src = TRUE;
         break;
       default:
         g_warning ("Unknown media type");



More information about the telepathy-commits mailing list