rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=3feb88eca2349e749f1db5445cb25f8100694e31
commit 3feb88eca2349e749f1db5445cb25f8100694e31 Author: Andrii Kroitor <[email protected]> Date: Mon Jun 6 11:46:08 2016 +0300 property_sound: fix incorrect call --- src/bin/ui/property/property_sound.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/ui/property/property_sound.c b/src/bin/ui/property/property_sound.c index 0c15d5d..b4d293a 100644 --- a/src/bin/ui/property/property_sound.c +++ b/src/bin/ui/property/property_sound.c @@ -93,6 +93,8 @@ _init_cb(Property_Attribute *pa, Property_Action *action) case PROPERTY_SOUND_ITEM_TYPE: case PROPERTY_SOUND_ITEM_SIZE: case PROPERTY_SOUND_ITEM_FILE_NAME: + elm_object_disabled_set(action->control, true); + break; case PROPERTY_SOUND_ITEM_COMPRESSION_TYPE: elm_object_disabled_set(action->control, true); _fill_combobox_with_enum(action->control, edje_sound_compression); --
