Temporarly comment out the ENABLED attribute.
authorSung-jae Park <nicesj.park@samsung.com>
Fri, 15 Feb 2013 01:51:43 +0000 (01:51 +0000)
committerSung-jae Park <nicesj.park@samsung.com>
Fri, 15 Feb 2013 01:51:43 +0000 (01:51 +0000)
Change-Id: I9da6e35f51d3d3c676b10d2d3564749d27a6f5bc

src/livebox-service.c

index 55cf18e..d1a2610 100644 (file)
@@ -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;
+       */
 }
 
 /*!