Allow mail check minimum to be 30 seconds, with 30 second change intervals.

SVN revision: 25380
This commit is contained in:
Christopher Michael 2006-09-03 01:56:35 +00:00
parent 2ac7e352b2
commit bf58712ce5
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ _basic_create_widgets (E_Config_Dialog * cfd, Evas * evas,
ob = e_widget_label_add (evas, D_("Check Interval"));
e_widget_framelist_object_append (of, ob);
ob =
e_widget_slider_add (evas, 1, 0, D_("%2.0f minutes"), 1.0, 60.0, 1.0, 0,
e_widget_slider_add (evas, 1, 0, D_("%2.0f minutes"), 0.5, 60.0, 0.5, 0,
&(cfdata->check_time), NULL, 100);
e_widget_framelist_object_append (of, ob);
e_widget_list_object_append (o, of, 1, 1, 0.5);