rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=34a1d1a39efdeea68ff7f23bb6e1c59accd90eba
commit 34a1d1a39efdeea68ff7f23bb6e1c59accd90eba Author: Andrii Kroitor <[email protected]> Date: Mon Mar 14 15:06:29 2016 +0200 property: fix border_fill combobox items list --- src/bin/ui/property_group.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/ui/property_group.c b/src/bin/ui/property_group.c index 7c15382..39e639f 100644 --- a/src/bin/ui/property_group.c +++ b/src/bin/ui/property_group.c @@ -290,7 +290,8 @@ static const char *edje_text_effect_direction[] = { N_("Bottom Right"), static const char *edje_middle_type[] = { N_("None"), N_("Default"), - N_("Solid")}; + N_("Solid"), + NULL}; static const char *edje_homogeneous[] = { N_("None"), N_("Table"), --
