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 71da3a7832
commit 3b2d9a74c2
1 changed files with 1 additions and 0 deletions

View File

@ -199,6 +199,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_toolbook_page_append(otb, NULL, _("Desktops"), o, 1, 1, 1, 1,
0.5, 0.0);