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

jethomas jethomas at alioth.debian.org
Sat Jun 7 18:34:25 UTC 2008


The following commit has been merged in the upstream-vcs branch:
commit 1133b0655f9fb7b586e68e59c5ebfcb7551c725e
Author: jethomas <jethomas>
Date:   Sun May 4 03:07:05 2008 +0000

    Small theme change

diff --git a/data/themes/e17/groups/inc/menu-programs.edc b/data/themes/e17/groups/inc/menu-programs.edc
index 7bb3805..46f16e2 100644
--- a/data/themes/e17/groups/inc/menu-programs.edc
+++ b/data/themes/e17/groups/inc/menu-programs.edc
@@ -1,7 +1,7 @@
 program
 {
 	name: "go_active_pre";
-	signal: "mouse,in";
+	signal: "focus,in";
 	source: "*";
 	action: STATE_SET "default" 0.0;
 	target: "title_outline";
@@ -41,7 +41,7 @@ program
 program 
 {
 	name: "go_passive_pre";
-	signal: "mouse,out";
+	signal: "focus,out";
 	source: "*";
 	action: STATE_SET "active" 0.0;
 	target: "title_outline";

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



More information about the Pkg-e-commits mailing list