Fix the smack issue about directory
authorJinmook Lim <jinmook.lim@samsung.com>
Fri, 17 May 2013 07:22:40 +0000 (16:22 +0900)
committerJinmook Lim <jinmook.lim@samsung.com>
Fri, 17 May 2013 07:22:40 +0000 (16:22 +0900)
Change-Id: I88228d9f8266b062dd11f929d53c30d3a34f9ca7
Signed-off-by: Jinmook Lim <jinmook.lim@samsung.com>
src/ClCalendarApp.cpp
src/ClTypes.cpp

index 215e90f..163f22d 100644 (file)
@@ -82,6 +82,8 @@ CalendarApp::GetExportVcsFilePath(void)
                path = nextPath;
        }
 
+       path = Application::GetInstance()->GetAppSharedPath() + path;
+
        return path;
 }
 
index 2a6ae23..28c66de 100644 (file)
@@ -268,6 +268,6 @@ const wchar_t* VALUE_CALENDAR_MULTIPLE_SELECTION_MODE = L"multiple";
 
 const wchar_t* VALUE_SOCIAL_ITEM_ID = L"item_id";
 
-const wchar_t* VCS_EXPORT_PATH = L"/tmp/Cl%d%02d%02d%02d%02d%02d.vcs";
+const wchar_t* VCS_EXPORT_PATH = L"data/Cl%d%02d%02d%02d%02d%02d.vcs";
 
 const int MESSAGE_BOX_TIME_OUT = 1500;