Don't ask questions in systray settings dialog

This commit is contained in:
Igor Murzov 2013-06-09 01:04:56 +04:00
parent aa7ebc4c73
commit 4d345be847
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ _cfg_widgets_create(E_Config_Dialog *cfd EINA_UNUSED, Evas *evas, E_Config_Dialo
{
Evas_Object *o, *of;
o = e_widget_list_add(evas, 0, 0);
of = e_widget_check_add(evas, "Enable Xembed?", &(cfdata->use_xembed));
of = e_widget_check_add(evas, "Enable Xembed", &(cfdata->use_xembed));
e_widget_list_object_append(o, of, 1, 1, 0.5);
return o;