Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/data/themes/e17/bits


Modified Files:
        button-groups.edc entry-groups.edc 


Log Message:
Theme focus changes to match e17.

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ewl/data/themes/e17/bits/button-groups.edc,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- button-groups.edc   21 Nov 2005 05:12:29 -0000      1.9
+++ button-groups.edc   15 Dec 2005 02:02:14 -0000      1.10
@@ -326,8 +326,8 @@
 
       program {
         name: "focus_in";
-        signal: "focus_in";
-        source: "";
+        signal: "focus,in";
+        source: "*";
          action: STATE_SET "focused" 0.0;
         transition: DECELERATE 0.2;
         target: "focus";
@@ -335,8 +335,8 @@
 
       program {
         name: "focus_out";
-        signal: "focus_out";
-        source: "";
+        signal: "focus,out";
+        source: "*";
          action: STATE_SET "default" 0.0;
         transition: ACCELERATE 0.5;
         target: "focus";
@@ -345,7 +345,7 @@
       program {
         name: "disable";
         signal: "disabled";
-        source: "";
+        source: "*";
          action: STATE_SET "disabled" 0.0;
         target: "button_image";
         target: "button_image2";
@@ -354,7 +354,7 @@
       program {
         name: "enable";
         signal: "enabled";
-        source: "";
+        source: "*";
          action: STATE_SET "default" 0.0;
         target: "button_image";
         target: "button_image2"; 
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ewl/data/themes/e17/bits/entry-groups.edc,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- entry-groups.edc    21 Nov 2005 22:10:36 -0000      1.8
+++ entry-groups.edc    15 Dec 2005 02:02:14 -0000      1.9
@@ -63,16 +63,16 @@
    programs {
       program {
          name: "entry_focus";
-         signal: "focus";
-         source: "";
+         signal: "focus,in";
+         source: "*";
          action: STATE_SET "focus" 0.0;
          transition: LINEAR 0.2;
          target: "entry_focus";
       }
       program {
          name: "button_unfocus";
-         signal: "unfocus";
-         source: "";
+         signal: "focus,out";
+         source: "*";
          action: STATE_SET "default" 0.0;
          transition: LINEAR 0.2;
          target: "entry_focus";




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to