discomfitor pushed a commit to branch enlightenment-0.17.

commit ed1615509aa508950a038791e3ba76308bb6c6ee
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri Apr 26 08:04:53 2013 +0100

    fix border theme bug which prevented windows from unshading correctly when 
animation was disabled
---
 ChangeLog                  | 4 ++++
 NEWS                       | 1 +
 data/themes/edc/border.edc | 7 ++++---
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0ad7d93..4d916a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Mike Blumenkrantz
+
+        * fixed theme bug which prevented windows from unshading correctly 
when animations were disabled
+
 2013-04-25 Mike Blumenkrantz
 
         * improve efm mouse movement detection for icons
diff --git a/NEWS b/NEWS
index 70b55e2..fd3fd70 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,7 @@ Improvements:
     * add check for vmware window in another spot to disable key remapping
 
 Fixes:
+    * fixed theme bug which prevented windows from unshading correctly when 
animations were disabled
 
 
 
diff --git a/data/themes/edc/border.edc b/data/themes/edc/border.edc
index 28f5d41..32ebf4e 100644
--- a/data/themes/edc/border.edc
+++ b/data/themes/edc/border.edc
@@ -592,10 +592,11 @@ group { name: "e/widgets/border/default/border";
 //      program {
 //         signal: "e,state,shading"; source: "e";
 //      }
-//      program {
-//         signal: "e,state,unshaded"; source: "e";
-//      }
       program {
+         signal: "e,state,unshaded"; source: "e";
+         after: "unshading";
+      }
+      program { name: "unshading";
          signal: "e,state,unshading"; source: "e";
          action: STATE_SET "default" 0.0;
          target: "e.swallow.client";

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr

Reply via email to