summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshy81.shin <shy81.shin@samsung.com>2013-07-01 15:05:26 +0900
committershy81.shin <shy81.shin@samsung.com>2013-07-01 15:05:26 +0900
commit892b1f9c078958eaaeb9b725feb6cd87c429cbcf (patch)
tree55cdf69433f50eb6c2bc561cbb2e48d20c568dd6
parent2bdadcb9c76e60496e479515d6d701a8b84910b2 (diff)
downloadpwlock-892b1f9c078958eaaeb9b725feb6cd87c429cbcf.tar.gz
pwlock-892b1f9c078958eaaeb9b725feb6cd87c429cbcf.tar.bz2
pwlock-892b1f9c078958eaaeb9b725feb6cd87c429cbcf.zip
fix time and date string issue
-rwxr-xr-xsrc/ui.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui.c b/src/ui.c
index ea2872a..7913ae3 100755
--- a/src/ui.c
+++ b/src/ui.c
@@ -547,7 +547,7 @@ static void _dial_cb(void *data, Evas_Object * obj, void *e)
set_win_prop(ad, ECORE_X_WINDOW_TYPE_NORMAL);
-// To-Do : In here, we have to set an appropriate parameter for emergency call mode.
+// To-Do : In here, we have to set an appropriate parameter for emergency call mode.
// However, current ref. dialer app control does not support emergency mode,
// so, we have to wait till dialer app control support emergency call mode.
@@ -1309,7 +1309,7 @@ int show_greeting(struct appdata *ad) {
_ERR("system_info_get_value_string return error : %d", ret_val);
} else {
_DBG("SYSTEM_INFO_KEY_PLATFORM_NAME = %s\n", model_name);
- }
+ }
elm_object_part_text_set(contents, "text.greeting.1", pwlock_get_string(IDS_SCM_BODY_WELCOME_E));
if (model_name != NULL) {
@@ -1344,7 +1344,7 @@ int show_greeting(struct appdata *ad) {
elm_toolbar_item_append(toolbar, NULL, pwlock_get_string(IDS_COM_SK_START), pwlock_greeting_next_cb, ad);
navi_it = elm_naviframe_item_push(navi, NULL, NULL, NULL, contents, NULL);
-
+
elm_object_item_part_content_set(navi_it, "toolbar", toolbar);
elm_naviframe_item_title_visible_set(navi_it, EINA_FALSE);