discomfitor pushed a commit to branch master.

commit 8dc1eb21cfadb64538b8584eaeddcd887c7a1b60
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Aug 14 13:46:05 2013 +0100

    pager unselect program now stops the select program
---
 data/themes/edc/pager.edc | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/data/themes/edc/pager.edc b/data/themes/edc/pager.edc
index 16165fe..ca48bcd 100644
--- a/data/themes/edc/pager.edc
+++ b/data/themes/edc/pager.edc
@@ -289,7 +289,7 @@ group { name: "e/modules/pager/desk";
       }
    }
    programs {
-      program {
+      program { name: "sel";
          signal: "e,state,selected"; source: "e";
          action: STATE_SET "active" 0.0;
          transition: BOUNCE 0.4 0.5 4;
@@ -297,6 +297,11 @@ group { name: "e/modules/pager/desk";
       }
       program {
          signal: "e,state,unselected"; source: "e";
+         action: ACTION_STOP;
+         target: "sel";
+      }
+      program {
+         signal: "e,state,unselected"; source: "e";
          action: STATE_SET "default" 0.0;
          transition: DECELERATE 0.2;
          target: "glow";

-- 

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk

Reply via email to