From bcee461a0811cd2778cb165d559272f3480b9560 Mon Sep 17 00:00:00 2001 From: Sungmin Kwak Date: Tue, 21 Apr 2015 10:03:09 +0900 Subject: [PATCH] IME Error code is given Change-Id: Ie1413971e9daa3585fd9aff3657eb6c1685d93d7 --- include/inputmethod_manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/inputmethod_manager.h b/include/inputmethod_manager.h index c9e96fb..3ca895f 100644 --- a/include/inputmethod_manager.h +++ b/include/inputmethod_manager.h @@ -42,7 +42,7 @@ typedef enum { IME_MANAGER_ERROR_NONE = TIZEN_ERROR_NONE, /**< Successful */ IME_MANAGER_ERROR_INVALID_PARAMETER = TIZEN_ERROR_INVALID_PARAMETER, /**< Invalid parameter */ - IME_MANAGER_ERROR_OPERATION_FAILED = TIZEN_ERROR_UIX_CLASS | 0x0004, /**< Operation failed */ + IME_MANAGER_ERROR_OPERATION_FAILED = TIZEN_ERROR_IME | 0x0004, /**< Operation failed */ } ime_manager_error_e; /** -- 2.34.1