typo fix!

SVN revision: 61108
This commit is contained in:
Carsten Haitzler 2011-07-07 09:37:55 +00:00
parent fe041aca5f
commit 8ab4b4042e
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ ecore_imf_context_cursor_location_set(Ecore_IMF_Context *ctx, int x, int y, int
if (!ECORE_MAGIC_CHECK(ctx, ECORE_MAGIC_CONTEXT))
{
ECORE_MAGIC_FAIL(ctx, ECORE_MAGIC_CONTEXT,
"ecore_imf_context_cursor_position_set");
"ecore_imf_context_cursor_location_set");
return;
}
if (ctx->klass->cursor_location_set) ctx->klass->cursor_location_set(ctx, x, y, w, h);