[telepathy-gabble/master] Correctly prepend candidates to the list

Sjoerd Simons sjoerd.simons at collabora.co.uk
Mon Jun 29 04:43:08 PDT 2009


---
 src/media-stream.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/media-stream.c b/src/media-stream.c
index 79942ae..778b2f4 100644
--- a/src/media-stream.c
+++ b/src/media-stream.c
@@ -945,7 +945,7 @@ gabble_media_stream_new_native_candidate (TpSvcMediaStreamHandler *iface,
           /* network */
           0);
 
-      li = g_list_prepend (NULL, c);
+      li = g_list_prepend (li, c);
     }
 
   if (li != NULL)
-- 
1.5.6.5




More information about the telepathy-commits mailing list