[GnomeMeeting-list] possible bug in void GMH323EndPoint::UpdateConfig ()
- From: Guilhem Tardy <guilhem_tardy yahoo com>
- To: gnomemeeting-list gnome org
- Subject: [GnomeMeeting-list] possible bug in void GMH323EndPoint::UpdateConfig ()
- Date: Tue, 30 Apr 2002 06:37:03 -0700 (PDT)
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]