Examples: Fix emotion basic example

This commit is contained in:
Daniel Zaoui 2015-06-18 05:41:45 +03:00
parent 5c0c76d9ee
commit bc4e4a69f8
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ main(int argc, const char *argv[])
emotion_object_init(em, NULL);
eo_do(em, eo_event_callback_add
(EMOTION_OBJECT_EVENT_PLAYBACK_START, _playback_started_cb, NULL));
(EMOTION_OBJECT_EVENT_PLAYBACK_STARTED, _playback_started_cb, NULL));
emotion_object_file_set(em, filename);