common : fix a potential bug by profile that is ivi or other one 80/111080/2 accepted/tizen/common/20170119.172039 accepted/tizen/mobile/20170119.222605 accepted/tizen/tv/20170119.222614 accepted/tizen/wearable/20170119.222619 submit/tizen/20170119.102335
authorlokilee73 <changjoo.lee@samsung.com>
Thu, 19 Jan 2017 10:13:09 +0000 (19:13 +0900)
committerlokilee73 <changjoo.lee@samsung.com>
Thu, 19 Jan 2017 10:14:28 +0000 (19:14 +0900)
Change-Id: I80240c2a0233d209a6252fbb833352a216807f3c
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
src/common/popup-common.h

index 6acce02..a55b00b 100755 (executable)
@@ -60,17 +60,15 @@ typedef struct appdata {
        Evas_Object *win;
        Evas_Object *conform;
        Evas_Object *layout;
-#ifdef PROFILE_MOBILE
-       Evas_Object *fb;
-#elif defined PROFILE_TV
-       Evas_Object *fb;
-#elif defined PROFILE_WEARABLE
+#ifdef PROFILE_WEARABLE
        Evas_Object *nf;
        Evas_Object *datetime;
        Evas_Object *popup;
        Evas_Object *button;
        Eext_Circle_Surface *circle_surface;
        struct tm saved_time;
+#else
+       Evas_Object *fb;
 #endif
 } appdata_s;