From 7452ad89486e13dcd0ad9296b834d366abd45a64 Mon Sep 17 00:00:00 2001 From: Junkyeong Kim Date: Wed, 13 May 2015 13:20:35 +0900 Subject: [PATCH] [tizen2.4][ACR-66][EOM] fix function name error Change-Id: I6fd9e7194aee41bded1c445e404d87eb96cd6347 Signed-off-by: Junkyeong Kim --- org.tizen.tutorials/html/native/ui/eom_tutorial_n.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.tizen.tutorials/html/native/ui/eom_tutorial_n.htm b/org.tizen.tutorials/html/native/ui/eom_tutorial_n.htm index 7da8970..4751641 100644 --- a/org.tizen.tutorials/html/native/ui/eom_tutorial_n.htm +++ b/org.tizen.tutorials/html/native/ui/eom_tutorial_n.htm @@ -296,7 +296,7 @@ sample_notify_cb_attribute_changed (eom_output_id output_id, void *user_data)    eom_output_attribute_state_e state = EOM_OUTPUT_ATTRIBUTE_STATE_NONE;        eom_get_output_attribute(output_id, &attribute); -   eom_get_output_attribute_satate(output_id, &state); +   eom_get_output_attribute_state(output_id, &state);        if (state == EOM_OUTPUT_ATTRIBUTE_STATE_ACTIVE)    { -- 2.7.4