Enlightenment CVS committal

Author  : moom
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_entry.edc 


Log Message:
* [Entry] Fix the blinking of the cursor
* [Entry] Support Copy/Cut. Paste will come later


===================================================================
RCS file: /cvs/e/e17/apps/e/data/themes/default_entry.edc,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- default_entry.edc   19 Aug 2006 19:08:09 -0000      1.9
+++ default_entry.edc   20 Aug 2006 09:48:13 -0000      1.10
@@ -120,9 +120,18 @@
    }
    programs {
       program {
-         name: "cursor_show";
-        signal:  "show";
+         name: "on_cursor_show";
+        signal:  "cursor_show";
         source:  "";
+         action: ACTION_STOP;
+         target: "cursor_show";
+         target: "cursor_hide";
+         target: "cursor_show_timer";
+         target: "cursor_hide_timer";
+         after: "cursor_show";
+      }
+      program {
+         name: "cursor_show";
          action: STATE_SET "visible" 0.0;
          target: "cursor";
          after: "cursor_show_timer";
@@ -135,7 +144,7 @@
       }
       program {
          name: "cursor_show_timer";
-         in: 1.25 0.0;
+         in: 1.0 0.0;
          after: "cursor_hide";
       }
       program {



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to