discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=60641fdbc2f5e5a6321fa7f87ea5e671899e00a3
commit 60641fdbc2f5e5a6321fa7f87ea5e671899e00a3 Author: Mike Blumenkrantz <zm...@osg.samsung.com> Date: Mon Apr 6 20:37:18 2015 -0400 edc: fix button theme syntax error --- data/themes/edc/elm/button.edc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/themes/edc/elm/button.edc b/data/themes/edc/elm/button.edc index 938bee7..c171287 100644 --- a/data/themes/edc/elm/button.edc +++ b/data/themes/edc/elm/button.edc @@ -1530,7 +1530,7 @@ group { name: "elm/button/base/hoversel_horizontal_entry/default"; } } description { state: "disabled" 0.0; - inherit: "default" 0 0 ; + inherit: "default" 0.0 ; color: FN_COL_DISABLE; color_class: "spinner_disabled"; } @@ -1630,4 +1630,4 @@ group { name: "elm/button/base/hoversel_horizontal_entry/default"; } } } -/******************* SPINNER BUTTONS STYLES END **********************/ \ No newline at end of file +/******************* SPINNER BUTTONS STYLES END **********************/ --