From: Sung-jae Park Date: Fri, 15 Feb 2013 01:51:43 +0000 (+0000) Subject: Temporarly comment out the ENABLED attribute. X-Git-Tag: accepted/tizen_2.1/20130425.023343~9^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3330f802b132d77beb0635b6772696deb90530d4;p=platform%2Fframework%2Fweb%2Flivebox-service.git Temporarly comment out the ENABLED attribute. Change-Id: I9da6e35f51d3d3c676b10d2d3564749d27a6f5bc --- diff --git a/src/livebox-service.c b/src/livebox-service.c index 55cf18e..d1a2610 100644 --- a/src/livebox-service.c +++ b/src/livebox-service.c @@ -1279,6 +1279,8 @@ EAPI char *livebox_service_provider_name(const char *lbid) EAPI int livebox_service_is_enabled(const char *lbid) { + return 1; + /* ail_appinfo_h ai; char *pkgname; bool enabled; @@ -1300,6 +1302,7 @@ EAPI int livebox_service_is_enabled(const char *lbid) ail_destroy_appinfo(ai); free(pkgname); return enabled == true; + */ } /*!