yakov pushed a commit to branch master. http://git.enlightenment.org/tools/erigo.git/commit/?id=2aa8555b3c66dbaa9024d7844f123a9d5146e216
commit 2aa8555b3c66dbaa9024d7844f123a9d5146e216 Author: Yakov Goldberg <[email protected]> Date: Thu Mar 19 15:28:29 2015 +0200 Fix first setting of value for hoversel in Property View --- src/bin/egui_gui/props_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/egui_gui/props_helper.c b/src/bin/egui_gui/props_helper.c index fad9e40..3e913ad 100644 --- a/src/bin/egui_gui/props_helper.c +++ b/src/bin/egui_gui/props_helper.c @@ -536,7 +536,7 @@ props_value_add(Eo *box, const Gui_Widget *wdg, const Gui_Value *value, const Op } new_obj = props_hoversel_resources_add(box, NULL, elm_widget_top_get(box), default_str, wdg_context_get(wdg), RESOURCE_IMAGE); - props_hoversel_resources_add(NULL, new_obj, NULL, NULL, wdg_context_get(wdg), RESOURCE_EDJE); + props_hoversel_resources_add(NULL, new_obj, NULL, default_str, wdg_context_get(wdg), RESOURCE_EDJE); break; } case GUI_TYPE_OBJECT_ITEM: --
