fixed insert_float()

SVN revision: 12057
This commit is contained in:
tsauerbeck 2004-10-29 14:49:10 +00:00 committed by tsauerbeck
parent ee1c58f983
commit 917adb5118
1 changed files with 1 additions and 1 deletions

View File

@ -1450,7 +1450,7 @@ _edje_embryo_script_init(Edje *ed)
embryo_program_native_call_add(ep, "fetch_str", _edje_embryo_fn_fetch_str);
embryo_program_native_call_add(ep, "append_float", _edje_embryo_fn_append_float);
embryo_program_native_call_add(ep, "prepend_float", _edje_embryo_fn_prepend_float);
embryo_program_native_call_add(ep, "insert_float", _edje_embryo_fn_prepend_float);
embryo_program_native_call_add(ep, "insert_float", _edje_embryo_fn_insert_float);
embryo_program_native_call_add(ep, "replace_float", _edje_embryo_fn_replace_float);
embryo_program_native_call_add(ep, "fetch_float", _edje_embryo_fn_fetch_float);