From: Magnus H. <leg...@us...> - 2008-11-04 00:03:05
|
Update of /cvsroot/emacs-jabber/tox In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv21698 Modified Files: tox-session.c Log Message: s/farsight_stream_set_remote_candidate_list /farsight_stream_set_remote_codecs/. No wonder that didn't work :) Index: tox-session.c =================================================================== RCS file: /cvsroot/emacs-jabber/tox/tox-session.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- tox-session.c 3 Nov 2008 23:53:52 -0000 1.6 +++ tox-session.c 4 Nov 2008 00:02:59 -0000 1.7 @@ -445,7 +445,7 @@ codec_list = g_list_append(codec_list, codec_out); } - farsight_stream_set_remote_candidate_list(obj->priv->stream, codec_list); + farsight_stream_set_remote_codecs(obj->priv->stream, codec_list); /* should the elements be freed, or just the list itself? */ /*for (j = codec_list; j; j = g_list_next(j)) { |