From: Jihoon Kim Date: Thu, 9 Mar 2017 05:42:32 +0000 (+0900) Subject: Show help popup in only mobile profile X-Git-Tag: accepted/tizen/3.0/common/20170314.132537~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F75%2F118175%2F1;p=platform%2Fcore%2Fuifw%2Fise-default.git Show help popup in only mobile profile Change-Id: I8c8e678b20c3d3d4d7bc046570fd678eec348fd2 Signed-off-by: Jihoon Kim --- diff --git a/src/ise.cpp b/src/ise.cpp index 93a3ea5..e4eb05f 100644 --- a/src/ise.cpp +++ b/src/ise.cpp @@ -883,10 +883,12 @@ SCLEventReturnType CUIEventCallback::on_event_key_clicked(SclUIEventDesc event_d break; } case KEY_TYPE_MODECHANGE: +#ifdef _MOBILE if (!g_config_values.first_guideset) { ise_show_help_popup(event_desc.key_event); break; - } + } +#endif if (strcmp(event_desc.key_value, USER_VOICE_LANGUAGE) == 0) { if (!g_setting_window_open_status) { create_setting_window();