[GnomeMeeting-list] possible bug in void GMH323EndPoint::UpdateConfig ()



In the code below (please note I moved up the update of disableH245Tunneling),
is it normal that FastStart is always disabled?

Guilhem.
---

      if (!disableH245Tunneling)
	text = g_strdup (_("Disabling H.245 Tunneling"));
      else
	text = g_strdup (_("Enabling H.245 Tunneling"));

      gnomemeeting_log_insert (text);
      g_free (text);

      disableH245Tunneling = !gconf_client_get_bool (client, 
				"/apps/gnomemeeting/general/h245_tunneling", 0);
    }

    disableFastStart = 1;


__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com



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