forgot to emti program start/stop if the action is invalid/empty

SVN revision: 11255
This commit is contained in:
Carsten Haitzler 2004-08-18 01:09:14 +00:00
parent 14ba519320
commit d303467a0f
1 changed files with 5 additions and 0 deletions

View File

@ -698,6 +698,11 @@ _edje_program_run(Edje *ed, Edje_Program *pr, int force, char *ssig, char *ssrc)
if (_edje_block_break(ed)) goto break_prog;
_edje_recalc(ed);
}
else
{
_edje_emit(ed, "program,start", pr->name);
_edje_emit(ed, "program,stop", pr->name);
}
if (!((pr->action == EDJE_ACTION_TYPE_STATE_SET)
/* hmm this fucks somethgin up. must look into it later */
/* && (pr->tween.time > 0.0) && (!ed->no_anim))) */