From bc401352acecfd4d112cac8d59acbbf9792db170 Mon Sep 17 00:00:00 2001 From: taeyoung Date: Fri, 11 Sep 2015 16:26:20 +0900 Subject: [PATCH] ringtones: change the path for the ringtones files Change-Id: I3b4d9d40bcf1fb86dd9db64c7b62034ad44293dd Signed-off-by: taeyoung --- src/storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage.c b/src/storage.c index 4ea9171..dcf301d 100644 --- a/src/storage.c +++ b/src/storage.c @@ -33,7 +33,7 @@ const char *dir_path[STORAGE_DIRECTORY_MAX] = { [STORAGE_DIRECTORY_MUSIC] = "Music", [STORAGE_DIRECTORY_DOCUMENTS] = "Documents", [STORAGE_DIRECTORY_OTHERS] = "Others", - [STORAGE_DIRECTORY_SYSTEM_RINGTONES] = "/opt/usr/share/settings/Ringtones", + [STORAGE_DIRECTORY_SYSTEM_RINGTONES] = "/usr/apps/org.tizen.setting/shared/res/settings/Ringtones", }; static dd_list *st_head; -- 2.7.4