fix emotion_test signal emit object

@fix
This commit is contained in:
Mike Blumenkrantz 2014-05-07 13:13:56 -04:00
parent f8c2c57406
commit 3ce04f10ca
1 changed files with 1 additions and 1 deletions

View File

@ -646,7 +646,7 @@ init_video_object(const char *module_filename, const char *filename)
edje_object_part_drag_value_set(oe, "video_volume", 0.0, 0.5);
edje_object_part_text_set(oe, "video_volume_txt", "vol 0.50");
edje_object_signal_emit(o, "video_state", "play");
edje_object_signal_emit(oe, "video_state", "play");
evas_object_show(oe);
}