jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f7a14e945f5092522c920d56bbc0698dba4a826f
commit f7a14e945f5092522c920d56bbc0698dba4a826f Author: Jean-Philippe Andre <jp.an...@samsung.com> Date: Thu Jun 19 10:27:07 2014 +0900 Emotion tests: Fix compilation warning --- src/tests/emotion/data/theme.edc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tests/emotion/data/theme.edc b/src/tests/emotion/data/theme.edc index 7172232..090e63d 100644 --- a/src/tests/emotion/data/theme.edc +++ b/src/tests/emotion/data/theme.edc @@ -1008,6 +1008,7 @@ collections { size: 10; align: 0.5 1.0; min: 1 1; + ellipsis: -1; }; } } @@ -1471,6 +1472,7 @@ collections { size: 10; align: 0.5 1.0; min: 1 1; + ellipsis: -1; }; } } --