remove anchor from wearable UC 54/144654/1 accepted/tizen/unified/20170818.083410 submit/tizen/20170817.114528
authorjomui <jongmun.woo@samsung.com>
Thu, 17 Aug 2017 09:56:06 +0000 (18:56 +0900)
committerjomui <jongmun.woo@samsung.com>
Thu, 17 Aug 2017 09:56:21 +0000 (18:56 +0900)
Signed-off-by: jomui <jongmun.woo@samsung.com>
Change-Id: I658b318e955f243f6307af7857bc7ccdb528fcdd

heremaps-uc/src/heremaps-uc.c

index 191993a..70ecac5 100644 (file)
@@ -265,8 +265,8 @@ static Evas_Object *create_popup_wearable(Evas_Object *layout, heremaps_uc_app_d
 
        char buf[4096] = {0};
        char *str1 = P_("IDS_POSITIONING_CONSENT_BODY");
-       char *str2 = "<color=#006fd1ff underline=on underline_color=#006fd1ff><a href=http://here.com/terms/service-terms>http://here.com/terms/service-terms</a></color>";
-       char *str3 = "<color=#006fd1ff underline=on underline_color=#006fd1ff><a href=http://here.com/privacy/privacy-policy>http://here.com/privacy/privacy-policy</a></color>";
+       char *str2 = "http://here.com/terms/service-terms";
+       char *str3 = "http://here.com/privacy/privacy-policy";
        snprintf(buf, 4096, str1, str2, str3);
        char *text = strdup(buf);