Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/data/themes/iio/programs


Modified Files:
        controls_to.edc switch.edc 


Log Message:
QUIT -> close
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/euphoria/data/themes/iio/programs/controls_to.edc,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- controls_to.edc     24 Oct 2004 01:28:04 -0000      1.8
+++ controls_to.edc     28 Apr 2005 08:09:53 -0000      1.9
@@ -243,4 +243,4 @@
        action, STATE_SET "clicked" 0.0; transition, LINEAR 1.0; target, "quit";
 }
 program { name, "quit_exit"; signal,  "mouse,down,*"; source, "quit";
-       action, SIGNAL_EMIT "QUIT" "quit"; }
+       action, SIGNAL_EMIT "close" "quit"; }
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/euphoria/data/themes/iio/programs/switch.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- switch.edc  3 May 2004 03:16:37 -0000       1.3
+++ switch.edc  28 Apr 2005 08:09:53 -0000      1.4
@@ -138,5 +138,5 @@
        action, STATE_SET "clicked" 0.0; transition, LINEAR, 1.0; target, 
"_quit";
 }
 program { name, "_quit_exit"; signal, "mouse,down,1"; source, "_quit";
-       action, SIGNAL_EMIT "QUIT" "quit";
+       action, SIGNAL_EMIT "close" "quit";
 }




-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to