Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_entry.edc 


Log Message:
- fix e_widget_entry's focus
- add on_change callback to e_widget_entry
- tidy up some e_entry code


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default_entry.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- default_entry.edc   7 Oct 2005 08:36:07 -0000       1.2
+++ default_entry.edc   7 Nov 2005 00:09:20 -0000       1.3
@@ -79,7 +79,7 @@
    programs {
       program {
          name: "entry_focus";
-         signal: "focus";
+         signal: "focus_in";
          source: "";
          action: STATE_SET "focus" 0.0;
          transition: LINEAR 0.2;
@@ -87,7 +87,7 @@
       }
       program {
          name: "button_unfocus";
-         signal: "unfocus";
+         signal: "focus_out";
          source: "";
          action: STATE_SET "default" 0.0;
          transition: LINEAR 0.2;




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to