Enlightenment CVS committal

Author  : boykot
Project : e17
Module  : apps/entice

Dir     : e17/apps/entice/data/themes/artifakt/programs


Modified Files:
        buttons.edc 


Log Message:
- sync mouse,down and mouse,up (exit button)

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/entice/data/themes/artifakt/programs/buttons.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- buttons.edc 27 Apr 2004 10:29:00 -0000      1.2
+++ buttons.edc 7 May 2004 06:20:10 -0000       1.3
@@ -78,17 +78,12 @@
        target, "NextBt";
 }
 
-program { name, "BtQuitHilited"; signal, "mouse,in"; source, "buttonExit";
-       action, STATE_SET "hilited" 0.0; 
-       target, "buttonExit";
-}
-
-program { name, "BtQuitUnHilited"; signal, "mouse,out"; source, "buttonExit";
-       action, STATE_SET "default" 0.0; 
+program { name, "BtQuitClicked"; signal, "mouse,down,*"; source, "buttonExit";
+       action, STATE_SET "clicked" 0.0; 
        target, "buttonExit";
 }
 
-program { name, "BtQuitClicked"; signal, "mouse,down,*"; source, "buttonExit";
-       action, STATE_SET "clicked" 0.0; 
+program { name, "BtQuitUnClicked"; signal, "mouse,up,*"; source, "buttonExit";
+       action, STATE_SET "default" 0.0;
        target, "buttonExit";
 }




-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to