[Telepathy-commits] [multi-jingle/master] Use the right type for no-rtcp-timeout

Sjoerd Simons sjoerd.simons at collabora.co.uk
Sat Jan 17 14:43:56 PST 2009


---
 fs2.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs2.py b/fs2.py
index 88ba8ad..551679e 100644
--- a/fs2.py
+++ b/fs2.py
@@ -288,7 +288,7 @@ class Conference:
 
     def create_session(self, type):
         fs = self.conf.new_session(type)
-        fs.set_property("no-rtcp-timeout", False)
+        fs.set_property("no-rtcp-timeout", 0)
         s = ConferenceSession(self, fs, type)
         self.fssessions[fs] = s
         return s
-- 
1.5.6.5




More information about the Telepathy-commits mailing list