summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshy81.shin <shy81.shin@samsung.com>2013-07-01 15:05:26 +0900
committerJunfeng Dong <junfeng.dong@intel.com>2013-11-06 16:02:01 +0800
commit6ba31b15098c3da5592814847d212ed1d29930ed (patch)
tree4182b11c148503a6b96463c6bd98e0a61329d148
parent64105ccb04be5983757639c153f30c43340085d3 (diff)
downloadpwlock-6ba31b15098c3da5592814847d212ed1d29930ed.tar.gz
pwlock-6ba31b15098c3da5592814847d212ed1d29930ed.tar.bz2
pwlock-6ba31b15098c3da5592814847d212ed1d29930ed.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);