cedric pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=51f8d50583658008f4ca0a70961fcc2f17ef849e

commit 51f8d50583658008f4ca0a70961fcc2f17ef849e
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Sat Apr 25 20:08:39 2015 +0200

    theme: fix typo, thanks arrowdodger.
---
 data/themes/edc/entry.edc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/themes/edc/entry.edc b/data/themes/edc/entry.edc
index 247d45567..a4fd54b 100644
--- a/data/themes/edc/entry.edc
+++ b/data/themes/edc/entry.edc
@@ -52,7 +52,7 @@ group { name: "e/widgets/entry/scrollframe";
 group { name: "e/widgets/entry/text";
       styles {
          style { name: "entry_textblock_style";
-            base: "font="FN" font_size=10 color=#ffffffff style=shadow,bottom 
shadow_color=#00000080 text_class=entry color_classs=entry_text";
+            base: "font="FN" font_size=10 color=#ffffffff style=shadow,bottom 
shadow_color=#00000080 text_class=entry color_class=entry_text";
          }
          style { name: "entry_textblock_disabled_style";
             base: "font="FN" font_size=10 color=#151515 style=shadow,bottom 
shadow_color=#ffffff19 text_class=entry color_class=entry_text_disabled";

-- 


Reply via email to