ekiga r7485 - in branches/gnome-2-24: . src/endpoints



Author: dsandras
Date: Sun Dec 28 21:37:48 2008
New Revision: 7485
URL: http://svn.gnome.org/viewvc/ekiga?rev=7485&view=rev

Log:
Use API instead of direct variable access.


Modified:
   branches/gnome-2-24/ChangeLog
   branches/gnome-2-24/src/endpoints/manager.cpp

Modified: branches/gnome-2-24/src/endpoints/manager.cpp
==============================================================================
--- branches/gnome-2-24/src/endpoints/manager.cpp	(original)
+++ branches/gnome-2-24/src/endpoints/manager.cpp	Sun Dec 28 21:37:48 2008
@@ -107,7 +107,8 @@
 {
   /* Initialise the endpoint paramaters */
   PIPSocket::SetDefaultIpAddressFamilyV4();
-  autoStartTransmitVideo = autoStartReceiveVideo = true;
+  SetAutoStartTransmitVideo (true);
+  SetAutoStartReceiveVideo  (true);
   SetUDPPorts (5000, 5100);
   SetTCPPorts (30000, 30100);
   SetRtpIpPorts (5000, 5100);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]