[Pkg-e-commits] [SCM] Enlightenment DR17 toolkit based (based on the EFL) branch, upstream-vcs, updated. 447de88121d145a078f1754a0cfebb704d363821

pfritz pfritz at alioth.debian.org
Sat Jun 7 18:34:45 UTC 2008


The following commit has been merged in the upstream-vcs branch:
commit 51b1a2421fb8415fe39d754c6c0e98d16ebe906a
Author: pfritz <pfritz>
Date:   Mon May 19 19:26:24 2008 +0000

    don't do a transition, that looks odd when a cell is revealed

diff --git a/data/themes/e17/groups/tree.edc b/data/themes/e17/groups/tree.edc
index 8e35549..c335578 100644
--- a/data/themes/e17/groups/tree.edc
+++ b/data/themes/e17/groups/tree.edc
@@ -457,7 +457,6 @@ group
 			signal: "selected";
 			source: "*";
 			action: STATE_SET "selected" 0.0;
-			transition: DECELERATE 0.25;
 			target: "selected";
 		}
 		program
@@ -466,7 +465,6 @@ group
 			signal: "deselect";
 			source: "*";
 			action: STATE_SET "default" 0.0;
-			transition: ACCELERATE 0.01;
 			target: "selected";
 		}
 	}

-- 
Enlightenment DR17 toolkit based (based on the EFL)



More information about the Pkg-e-commits mailing list