raster pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=e913f6ef2feff1d91fa824d2516251b28801377d
commit e913f6ef2feff1d91fa824d2516251b28801377d Author: Amitesh Singh <amitesh...@samsung.com> Date: Mon Jan 20 19:53:23 2014 +0900 Fix - Only one action can be specified per program. Reviewers: seoz, raster Reviewed By: raster Differential Revision: https://phab.enlightenment.org/D470 --- data/themes/default.edc | 1 - 1 file changed, 1 deletion(-) diff --git a/data/themes/default.edc b/data/themes/default.edc index 492b097..3639c1a 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -2937,7 +2937,6 @@ target: "0.clip"; target: "1.clip"; target: "2.clip"; target: "3.clip"; target: after: "show2"; } program { name: "show2"; - action: STATE_SET "default" 0.0; action: STATE_SET "out2" 0.0; transition: LINEAR 0.3; target: "l"; --