rename signal to elm api name so people include it in their themes
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Wed, 4 Jan 2012 04:10:07 +0000 (04:10 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Wed, 4 Jan 2012 04:10:07 +0000 (04:10 +0000)
SVN revision: 66840

data/themes/widgets/frame.edc

index c139f8c..a0a3605 100644 (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";
       }
    }
 }