terminology: fix build error in case of no ecore-imf

SVN revision: 72433
This commit is contained in:
Jihoon Kim 2012-06-19 04:29:10 +00:00
parent b9d7a35e74
commit 362bc6b233
1 changed files with 2 additions and 0 deletions

View File

@ -833,7 +833,9 @@ _cursor_cb_move(void *data, Evas *e __UNUSED__, Evas_Object *obj __UNUSED__, voi
sd = evas_object_smart_data_get(data);
if (!sd) return;
#ifdef HAVE_ECORE_IMF
_imf_cursor_set(sd);
#endif
}
#ifdef HAVE_ECORE_IMF