From c8bd5190abbd396886f6af0fcb62a52474e2bdcb Mon Sep 17 00:00:00 2001 From: MyoungJune Park Date: Wed, 10 Apr 2013 15:50:23 +0900 Subject: [PATCH] fixed Account UG image path --- resource/setting.cfg | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/resource/setting.cfg b/resource/setting.cfg index 8105a9a..619c046 100755 --- a/resource/setting.cfg +++ b/resource/setting.cfg @@ -214,7 +214,7 @@ "menu" : [ { "key_name" : "Accounts", - "icon_path" : "/usr/apps/com.samsung.setting/res/icons/A01-1_icon_Accounts.png", + "icon_path" : "/usr/apps/org.tizen.setting/res/icons/A01-1_icon_Accounts.png", "ug_args" : "setting-myaccount-efl|mode:account_list", "pos" : 0, "click_times" : 0, @@ -229,14 +229,6 @@ "is_resetable" : 0 }, { - "key_name" : "IDS_COM_BODY_CALL", - "icon_path" : "/usr/share/icons/default/small/org.tizen.phone.png", - "ug_args" : "setting-call-efl", - "pos" : 0, - "click_times" : 0, - "is_resetable" : 0 - }, - { "key_name" : "IDS_COM_BODY_MESSAGES", "icon_path" : "/usr/share/icons/default/small/org.tizen.message.png", "ug_args" : "msg-setting-efl", -- 2.7.4