e desks config: Bring some flip settings back.

These were inadvertently removed by e1369a24bd.

 @fix
This commit is contained in:
Chidambar Zinnoury 2016-07-05 20:48:26 +02:00 committed by Mike Blumenkrantz
parent 3771347cc3
commit 93ba9cba26
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ _basic_create_widgets(E_Config_Dialog *cfd EINA_UNUSED, Evas *evas, E_Config_Dia
ob = e_widget_check_add(evas, _("Wrap desktops around when flipping"),
&(cfdata->flip_wrap));
e_widget_framelist_object_append(of, ob);
e_widget_list_object_append(o, of, 1, 0, 0.5);
e_widget_list_object_append(o, of, 1, 0, 0.5);
of = e_widget_framelist_add(evas, _("Desktop Window Profile"), 0);