ami pushed a commit to branch master.

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

commit 97d777ee5d146a80d2c5d56b291ff42884c2a7b4
Author: Amitesh Singh <amitesh...@samsung.com>
Date:   Wed Apr 11 20:03:41 2018 +0900

    theme: button - fix the warning.
    
    This fixed following warning
    
    elementary/themes/edc/efl/button.edc:4:19: warning: `ICON' redefined
---
 data/elementary/themes/edc/efl/button.edc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/data/elementary/themes/edc/efl/button.edc 
b/data/elementary/themes/edc/efl/button.edc
index cf4333bea2..9853358e67 100644
--- a/data/elementary/themes/edc/efl/button.edc
+++ b/data/elementary/themes/edc/efl/button.edc
@@ -1,6 +1,8 @@
 group { name: "efl/button";
    images.image: "button_normal.png" COMP;
    images.image: "button_clicked.png" COMP;
+
+#undef ICON
 #define ICON     1
 #define LABEL    2
 #define MASK     3

-- 


Reply via email to