express: Re-enable Treeview option

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-04-10 10:57:46 -04:00
parent 8c98baf110
commit a6eda968fe
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ _options_general(Evas_Object *box, Evas_Object *grid EINA_UNUSED)
WEIGHT_SET(o, EVAS_HINT_EXPAND, 0.0);
ALIGN_SET(o, EVAS_HINT_FILL, EVAS_HINT_FILL);
elm_object_text_set(o, "Use Treeview");
elm_object_disabled_set(o, EINA_TRUE);
elm_radio_state_value_set(o, 0);
elm_radio_value_pointer_set(group, &_ex_cfg->gui.tabs);
elm_radio_group_add(o, group);