Uncomment label along with goto

SVN revision: 43537
This commit is contained in:
Sebastian Dransfeld 2009-11-08 20:26:36 +00:00
parent 48eec51e60
commit 06cd51c917
1 changed files with 2 additions and 2 deletions

View File

@ -730,8 +730,8 @@ _edje_program_run(Edje *ed, Edje_Program *pr, int force, const char *ssig, const
// goto done;
}
}
done:
continue;
// done:
// continue;
}
// _edje_emit(ed, "program,stop", pr->name);
if (_edje_block_break(ed)) goto break_prog;