Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entrance

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


Modified Files:
        power_button_programs.edc restart_button_programs.edc 
Added Files:
        confirmation_dialog_programs.edc 


Log Message:
I knew there was a reason those system signals were commented out

How about we try confirmation dialogs :)


===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/programs/power_button_programs.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- power_button_programs.edc   22 Dec 2003 21:08:20 -0000      1.2
+++ power_button_programs.edc   23 Dec 2003 14:07:48 -0000      1.3
@@ -39,10 +39,12 @@
                target, "power_button";
                transition, ACCELERATE 0.3;
            }
+           /*
            program {
                name, "power_button_invoke";
                signal, "mouse,clicked,1";
                source, "power_button";
                action, SIGNAL_EMIT "EntranceSystemHalt" "";
            }
+           */
            
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/programs/restart_button_programs.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- restart_button_programs.edc 22 Dec 2003 21:08:20 -0000      1.2
+++ restart_button_programs.edc 23 Dec 2003 14:07:48 -0000      1.3
@@ -39,9 +39,11 @@
                target, "restart_button";
                transition, ACCELERATE 0.3;
            }
+           /*
            program {
                name, "restart_button_invoke";
                signal, "mouse,clicked,1";
                source, "restart_button";
-      action, SIGNAL_EMIT "EntranceSystemReboot" "";
+               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