From 97d777ee5d146a80d2c5d56b291ff42884c2a7b4 Mon Sep 17 00:00:00 2001 From: Amitesh Singh Date: Wed, 11 Apr 2018 20:03:41 +0900 Subject: [PATCH] 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