From b967262705da21f5fe16af1336297726c2de0135 Mon Sep 17 00:00:00 2001 From: Young Ik Cho Date: Fri, 26 Apr 2013 15:55:22 +0900 Subject: [PATCH] remove wrong appcontrol name, tizen.events Change-Id: I99023540ec236c7540a2486c1f29f782b0a81d81 Signed-off-by: Young Ik Cho --- inc/FAppAppControl.h | 4 ++-- src/app/FApp_AppControlImpl.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/FAppAppControl.h b/inc/FAppAppControl.h index edb7408..6a34626 100644 --- a/inc/FAppAppControl.h +++ b/inc/FAppAppControl.h @@ -62,7 +62,7 @@ _OSP_EXPORT_ extern const Tizen::Base::String APPCONTROL_CONTACT; * * @brief [Deprecated] * @deprecated This variable is provided only for backward compatibility and will be deleted in the near future. -* Instead of this variable, use the literal, L"tizen.calendar" or L"tizen.events". +* Instead of this variable, use the literal, L"tizen.calendar". * @since 2.0 * @endif */ @@ -295,7 +295,7 @@ _OSP_EXPORT_ extern const Tizen::Base::String APPCONTROL_PROVIDER_CERTIFICATE_MA * * @brief [Deprecated] * @deprecated This variable is provided only for backward compatibility and will be deleted in the near future. -* Instead of this variable, use the literal, L"tizen.calendar" or L"tizen.events". +* Instead of this variable, use the literal, L"tizen.calendar". * @since 2.0 * @endif */ diff --git a/src/app/FApp_AppControlImpl.cpp b/src/app/FApp_AppControlImpl.cpp index 2dd37b2..b9e9ef3 100755 --- a/src/app/FApp_AppControlImpl.cpp +++ b/src/app/FApp_AppControlImpl.cpp @@ -820,7 +820,7 @@ IsValidAppControl(const String& appcontrolID) || (appcontrolID == L"tizen.memo") || (appcontrolID == L"tizen.contacts") || (appcontrolID == L"tizen.calendar") - || (appcontrolID == L"tizen.events") + || (appcontrolID == L"tizen.todo") || (appcontrolID == L"tizen.email") || (appcontrolID == L"tizen.settings") || (appcontrolID == L"tizen.messages") -- 2.7.4