2007-10-09 Emmanuele Bassi <ebassi@openedhand.com>

* clutter/clutter-script.c (resolve_alpha_func): Fix the
	ClutterAlphaFunc resolution function.
This commit is contained in:
Emmanuele Bassi
2007-10-09 20:04:23 +00:00
parent b1ed23e0df
commit 475fcc64a7
3 changed files with 14 additions and 10 deletions

View File

@ -32,7 +32,7 @@ static const gchar *test_behaviour =
" \"opacity-end\" : 0,"
" \"alpha\" : {"
" \"timeline\" : \"main-timeline\","
" \"function\" : \"ramp\""
" \"function\" : \"ramp-inc\""
" }"
" }"
"]";