rename signal to elm api name so people include it in their themes

SVN revision: 66840
This commit is contained in:
Mike Blumenkrantz 2012-01-04 04:10:07 +00:00
parent 85f998d112
commit 3c5907ae12
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ group { name: "elm/frame/base/default";
after: "signal";
}
program { name: "signal";
action: SIGNAL_EMIT "anim,done" "elm";
action: SIGNAL_EMIT "elm,anim,done" "elm";
}
}
}