woohyun pushed a commit to branch feature/eo_theme.

http://git.enlightenment.org/core/efl.git/commit/?id=ca63650d172f15aa92406cfa895ef6e9fa9faa1e

commit ca63650d172f15aa92406cfa895ef6e9fa9faa1e
Author: WooHyun Jung <wh0705.j...@samsung.com>
Date:   Tue Dec 5 14:02:03 2017 +0900

    efl/calendar.edc: fix redefinition error
---
 data/elementary/themes/edc/efl/calendar.edc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/elementary/themes/edc/efl/calendar.edc 
b/data/elementary/themes/edc/efl/calendar.edc
index a1c8ffc5b6..86aee2ce42 100644
--- a/data/elementary/themes/edc/efl/calendar.edc
+++ b/data/elementary/themes/edc/efl/calendar.edc
@@ -1,4 +1,4 @@
-#define CIT_STYLES\
+#define CIT_STYLE\
       style { name: "efl_ui_calendar_date_style";\
          base: "font="FN" font_size=10 color=#ffffff style=shadow,bottom 
shadow_color=#00000080 align=center text_class=calendar_day_text 
color_class=calendar_day_text";\
       }\
@@ -437,7 +437,7 @@ group { "efl/calendar";
       public last_focused_item;
    }
    styles {
-      CIT_STYLES
+      CIT_STYLE
    }
    parts {
       part { name: "bg"; type: SPACER;

-- 


Reply via email to