diff options
Diffstat (limited to 'helper/utils.c')
-rwxr-xr-x | helper/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/utils.c b/helper/utils.c index b03857b..8cb968a 100755 --- a/helper/utils.c +++ b/helper/utils.c @@ -33,7 +33,7 @@ static const char *HELPER_VCONF_TAPI_SIM_PB_INIT = VCONFKEY_TELEPHONY_SIM_PB_INIT; static const char *HELPER_VCONF_SYSTEM_LANGUAGE = VCONFKEY_LANGSET; -static const char *HELPER_VCONF_DISPLAY_ORDER = CTS_VCONF_DISPLAY_ORDER_DEF; +static const char *HELPER_VCONF_DISPLAY_ORDER = VCONFKEY_CONTACTS_SVC_NAME_DISPLAY_ORDER; static int default_language = -1; static int system_language = -1; |