summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmitesh Singh <amitesh.sh@samsung.com>2018-04-11 20:03:41 +0900
committerAmitesh Singh <amitesh.sh@samsung.com>2018-04-11 20:03:41 +0900
commit97d777ee5d146a80d2c5d56b291ff42884c2a7b4 (patch)
tree9c67c8e99fed356663c63ccb747b54478a1c5df3
parentdda15b88e37b271f1fb4069dae84cd6b131afd9b (diff)
downloadefl-97d777ee5d146a80d2c5d56b291ff42884c2a7b4.tar.gz
theme: button - fix the warning.
This fixed following warning elementary/themes/edc/efl/button.edc:4:19: warning: `ICON' redefined
-rw-r--r--data/elementary/themes/edc/efl/button.edc2
1 files changed, 2 insertions, 0 deletions
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