Fix a wrong path of license.html 84/216984/1 accepted/tizen/unified/20191107.051418 submit/tizen/20191105.082137
authorKiseok Chang <kiso.chang@samsung.com>
Tue, 5 Nov 2019 08:11:46 +0000 (17:11 +0900)
committerKiseok Chang <kiso.chang@samsung.com>
Tue, 5 Nov 2019 08:12:17 +0000 (17:12 +0900)
Change-Id: I3062341627d565e830dc289600857416676a0fc2
Signed-off-by: Kiseok Chang <kiso.chang@samsung.com>
setting-license/src/setting-license-view.c

index 2e0216e573d9c594e6cf8797dbbdcf8f6956cb73..60055453ee1802810658b4fd874b9fb617e9b3c1 100755 (executable)
@@ -31,7 +31,7 @@
 #if SUPPORT_COMPRESSED_LICENSE
 #define UNCOMPRESSEDFILE_DIR   "/home/owner/apps_rw/org.tizen.setting/data"
 #else
-#define SETTING_OPEN_SOURCE_LICENSE_PATH       "file:///home/owner/apps_rw/org.tizen.setting/data/license.html"
+#define SETTING_OPEN_SOURCE_LICENSE_PATH       "file:///usr/share/license.html"
 #endif