I commited 2 patches, both are tested by myself..

1. fix for 6484279:
This bug is to set a value to combo, which is created by glade. The
value is the default group used to add new user...

+
+ element = g_list_first (groups_list);
+
+ while ((element != NULL) && (strcmp (element->data, "other") != 0)) {
+ element = element->next;
+ counter++;
+ }
+ gtk_combo_box_set_active (GTK_COMBO_BOX (gst_dialog_get_widget
(tool->main_dialog, "user_settings_group")), counter);

2. To delete all ntp server from time-admin, because by now we can't use
ntp.org time server, and our time.sun.com server is not available at the
moment, so delete them, and user can add the ntp server by themselves.

+/* comment all of the ntp servers here, because we have not get the
approval to use them.
+ and our time.sun.com server is being setup, and are not available at
the moment.
+
"time.nrc.ca (Canada)",
"ntp1.cmc.ec.gc.ca (Eastern Canada)",
"ntp2.cmc.ec.gc.ca (Eastern Canada)",
@@ -117,7 +121,7 @@ static char *ntp_servers[] =
"vega.cbk.poznan.pl (Borowiec, Poland)",
"time1.stupi.se (Stockholm, Sweden)",
"goodtime.ijs.si (Ljubljana, Slovenia)",
- "ntp2.ja.net (UK)",
+ "ntp2.ja.net (UK)",*/
NULL
};

Thanks,
Henry

Reply via email to