From cc5446200536478a4018ad0d19c033acdc275c68 Mon Sep 17 00:00:00 2001 From: cskim Date: Tue, 4 Oct 2016 17:30:14 +0900 Subject: [PATCH] Update Setting pakcage id Change-Id: I25159ac001ca723a22eda9a77ca7fec626387852 --- src/settings/modules/rotate-lock.c | 2 +- src/settings/modules/sound-profile.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/settings/modules/rotate-lock.c b/src/settings/modules/rotate-lock.c index 75c608c..e82181b 100755 --- a/src/settings/modules/rotate-lock.c +++ b/src/settings/modules/rotate-lock.c @@ -35,7 +35,7 @@ #define BUTTON_ICON_NORMAL "quick_icon_auto_rotate.png" #define BUTTON_ICON_HIGHLIGHT NULL #define BUTTON_ICON_DIM NULL -#define PACKAGE_SETTING_MENU "setting-display-efl" +#define PACKAGE_SETTING_MENU "org.tizen.setting-display" static void _mouse_clicked_cb(void *data, Evas_Object *obj, const char *emission, const char *source); diff --git a/src/settings/modules/sound-profile.c b/src/settings/modules/sound-profile.c index 32602ea..4ed6a86 100755 --- a/src/settings/modules/sound-profile.c +++ b/src/settings/modules/sound-profile.c @@ -37,7 +37,7 @@ #define BUTTON_ICON_SND_HIGHLIGHT "quick_icon_sn_vf.png" #define BUTTON_ICON_MUTE_NORMAL "quick_icon_sf_vf.png" #define BUTTON_ICON_VIB_HIGHLIGHT "quick_icon_sf_vn.png" -#define PACKAGE_SETTING_MENU "setting-profile-efl" +#define PACKAGE_SETTING_MENU "org.tizen.setting-profile" #define SAM_LOG_FEATURE_SOUND "ST0C" typedef enum { -- 2.7.4