Enlightenment CVS committal

Author  : xcomputerman
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/data/themes/taillights/programs


Modified Files:
        power_button_programs.edc restart_button_programs.edc 


Log Message:
Make those restart/shutdown buttons work


===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/programs/power_button_programs.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- power_button_programs.edc   22 Dec 2003 19:43:10 -0000      1.1
+++ power_button_programs.edc   22 Dec 2003 21:08:20 -0000      1.2
@@ -39,13 +39,10 @@
                target, "power_button";
                transition, ACCELERATE 0.3;
            }
-           /*
-           program {
-               name, "power_button_fade_out";
+           program {
+               name, "power_button_invoke";
                signal, "mouse,clicked,1";
                source, "power_button";
-               action, STATE_SET "default" 0.0;
-               target, "power_button";
-               transition, DECELERATE 0.5;
+               action, SIGNAL_EMIT "EntranceSystemHalt" "";
            }
-           */
+           
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/programs/restart_button_programs.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- restart_button_programs.edc 22 Dec 2003 19:43:10 -0000      1.1
+++ restart_button_programs.edc 22 Dec 2003 21:08:20 -0000      1.2
@@ -39,13 +39,9 @@
                target, "restart_button";
                transition, ACCELERATE 0.3;
            }
-           /*
            program {
-               name, "restart_button_fade_out";
+               name, "restart_button_invoke";
                signal, "mouse,clicked,1";
                source, "restart_button";
-               action, STATE_SET "default" 0.0;
-               target, "restart_button";
-               transition, DECELERATE 0.5;
+      action, SIGNAL_EMIT "EntranceSystemReboot" "";
            }
-           */




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to