use animation hint to disable bg animation when setting a bg

SVN revision: 75096
This commit is contained in:
Mike Blumenkrantz 2012-08-10 10:54:29 +00:00
parent 63fcb74610
commit 95d0aa8d0b
1 changed files with 2 additions and 0 deletions

View File

@ -277,6 +277,8 @@ e_bg_zone_update(E_Zone *zone, E_Bg_Transition transition)
o = edje_object_add(zone->container->bg_evas);
evas_object_data_set(o, "e_zone", zone);
edje_object_file_set(o, bgfile, "e/desktop/background");
if (edje_object_data_get(o, "noanimation"))
edje_object_animation_set(o, EINA_FALSE);
}
else
{