From b03f1d8bbe792f4eef4abf6866b547b667a943f9 Mon Sep 17 00:00:00 2001 From: Hyejin Kim Date: Mon, 3 Sep 2012 19:41:06 +0900 Subject: [PATCH] draw underline of description patchset3. remove dependency Change-Id: Ide6d4827847c7919ef2838204bc0d22d951091be --- setting-powersaving/src/setting-powersaving-main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setting-powersaving/src/setting-powersaving-main.c b/setting-powersaving/src/setting-powersaving-main.c index b3c43ce..02cb215 100755 --- a/setting-powersaving/src/setting-powersaving-main.c +++ b/setting-powersaving/src/setting-powersaving-main.c @@ -165,7 +165,7 @@ static int setting_powersaving_main_create(void *cb) setting_create_Gendial_field_def(scroller, &itc_multiline_text, NULL, ad, - SWALLOW_Type_LAYOUT_SPECIALIZTION_X, + SWALLOW_Type_LAYOUT_SPECIALIZTION, NULL, NULL, 0, KeyStr_CPU_PS_DSC, NULL, NULL); @@ -195,7 +195,7 @@ static int setting_powersaving_main_create(void *cb) setting_create_Gendial_field_def(scroller, &itc_multiline_text, NULL, ad, - SWALLOW_Type_LAYOUT_SPECIALIZTION_X, + SWALLOW_Type_LAYOUT_SPECIALIZTION, NULL, NULL, 0, KeyStr_DISPLAY_PS_DSC, NULL, NULL); @@ -225,7 +225,7 @@ static int setting_powersaving_main_create(void *cb) setting_create_Gendial_field_def(scroller, &itc_multiline_text, NULL, ad, - SWALLOW_Type_LAYOUT_SPECIALIZTION_X, + SWALLOW_Type_LAYOUT_SPECIALIZTION, NULL, NULL, 0, KeyStr_BG_COLOR_DSC, NULL, NULL); -- 2.7.4