summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoohye Shin <soohye.shin@samsung.com>2015-12-10 16:54:37 +0900
committerSoohye Shin <soohye.shin@samsung.com>2015-12-10 16:54:37 +0900
commit42a1b2425ae76e166db7818105286a1cac861896 (patch)
tree78ea0deb22fd5e6a991e3431a2ab15a0e3d5d4c7
parent85d824061e92588d71e74bd8602fcc432d3b9220 (diff)
downloadair_home-42a1b2425ae76e166db7818105286a1cac861896.tar.gz
air_home-42a1b2425ae76e166db7818105286a1cac861896.tar.bz2
air_home-42a1b2425ae76e166db7818105286a1cac861896.zip
modify user icon list
Change-Id: Ifa01572751b0c341834a5a8fb4ab2231564cb1c0 Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
-rw-r--r--include/defs.h4
-rw-r--r--src/utils.c8
2 files changed, 8 insertions, 4 deletions
diff --git a/include/defs.h b/include/defs.h
index fec2eed..104719b 100644
--- a/include/defs.h
+++ b/include/defs.h
@@ -174,6 +174,8 @@
#define IMAGE_USER_DEFAULT_06_FOCUS IMAGEDIR"/ic_user_06_foc.png"
#define IMAGE_USER_DEFAULT_07 IMAGEDIR"/ic_user_07_nor.png"
#define IMAGE_USER_DEFAULT_07_FOCUS IMAGEDIR"/ic_user_07_foc.png"
+#define IMAGE_USER_DEFAULT_08 IMAGEDIR"/ic_user_09_nor.png"
+#define IMAGE_USER_DEFAULT_08_FOCUS IMAGEDIR"/ic_user_09_foc.png"
#define IMAGE_USER_CURRENT_DEFAULT IMAGEDIR"/ic_user_profile_current_01_nor.png"
#define IMAGE_USER_CURRENT_DEFAULT_FOCUS IMAGEDIR"/ic_user_profile_current_01_foc.png"
#define IMAGE_USER_CURRENT_DEFAULT_02 IMAGEDIR"/ic_user_profile_current_02_nor.png"
@@ -188,6 +190,8 @@
#define IMAGE_USER_CURRENT_DEFAULT_06_FOCUS IMAGEDIR"/ic_user_profile_current_06_foc.png"
#define IMAGE_USER_CURRENT_DEFAULT_07 IMAGEDIR"/ic_user_profile_current_07_nor.png"
#define IMAGE_USER_CURRENT_DEFAULT_07_FOCUS IMAGEDIR"/ic_user_profile_current_07_foc.png"
+#define IMAGE_USER_CURRENT_DEFAULT_08 IMAGEDIR"/ic_user_profile_current_09_nor.png"
+#define IMAGE_USER_CURRENT_DEFAULT_08_FOCUS IMAGEDIR"/ic_user_profile_current_09_foc.png"
#define IMAGE_RECENT_DELETE_NOR IMAGEDIR"/btn_bar_clearall_nor.png"
#define IMAGE_RECENT_DELETE_FOC IMAGEDIR"/btn_bar_clearall_foc.png"
#define IMAGE_RECENT_DELETE_DIS IMAGEDIR"/btn_bar_clearall_dis.png"
diff --git a/src/utils.c b/src/utils.c
index 90e949f..e7d5edd 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -68,10 +68,10 @@ struct icon_info _icon_info[] = {
IMAGE_USER_CURRENT_DEFAULT_07_FOCUS
},
{
- IMAGE_USER_ADD,
- IMAGE_USER_ADD_FOCUS,
- ICON_ADD,
- ICON_ADD
+ IMAGE_USER_DEFAULT_08,
+ IMAGE_USER_DEFAULT_08_FOCUS,
+ IMAGE_USER_CURRENT_DEFAULT_08,
+ IMAGE_USER_CURRENT_DEFAULT_08_FOCUS
}
};