Updated for web-livebox
authorSung-jae Park <nicesj.park@samsung.com>
Fri, 27 Jul 2012 08:35:54 +0000 (17:35 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Sat, 28 Jul 2012 09:40:57 +0000 (18:40 +0900)
Change-Id: I41cd69a2745e404db2f9d18099e092e2eb1cc946

debian/changelog
packaging/liblivebox-viewer.spec
src/util.c

index d0e2168..8ddfd88 100644 (file)
@@ -1,3 +1,10 @@
+livebox-viewer (0.3.8) unstable; urgency=low
+
+  * Git: slp/pkgs/l/livebox-viewer
+  * Tag: livebox-viewer_0.3.8
+
+ -- Sung-jae Park <nicesj.park@samsung.com>  Sat, 28 Jul 2012 18:40:29 +0900
+
 livebox-viewer (0.3.7) unstable; urgency=low
 
   * Git: slp/pkgs/l/livebox-viewer
index 1d59fb0..3a3a880 100644 (file)
@@ -1,6 +1,6 @@
 Name: liblivebox-viewer
 Summary: Library for the development of a livebox viewer
-Version: 0.3.7
+Version: 0.3.8
 Release: 1
 Group: main/app
 License: Samsung Proprietary License
index 24c9a85..e096e8a 100644 (file)
@@ -100,7 +100,7 @@ static inline int check_web_livebox(const char *pkgname)
        char *path;
 
        len = strlen(pkgname) * 2;
-       len += strlen("/opts/app/%s/res/wgt/livebox/index.html");
+       len += strlen("/opts/apps/%s/res/wgt/livebox/index.html");
 
        path = malloc(len + 1);
        if (!path) {