Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_actions.c 


Log Message:
formatting

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_actions.c,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -3 -r1.112 -r1.113
--- e_actions.c 12 Mar 2008 07:31:13 -0000      1.112
+++ e_actions.c 12 Mar 2008 10:05:19 -0000      1.113
@@ -304,7 +304,7 @@
 
    if (e_config->cnfmdlg_disabled)
      {
-       _e_actions_cb_kill_dialog_ok (obj, NULL);
+       _e_actions_cb_kill_dialog_ok(obj, NULL);
        return;
      }
 
@@ -1583,7 +1583,7 @@
 
    if (e_config->cnfmdlg_disabled)
      {
-       _e_actions_cb_exit_dialog_ok (NULL, NULL);
+       _e_actions_cb_exit_dialog_ok(NULL, NULL);
        return;
      }
 
@@ -1654,7 +1654,7 @@
    
    if (e_config->cnfmdlg_disabled)
      {
-       _e_actions_cb_logout_dialog_ok (NULL, NULL);
+       _e_actions_cb_logout_dialog_ok(NULL, NULL);
        return;
      }
 
@@ -1713,7 +1713,7 @@
 
    if (e_config->cnfmdlg_disabled)
      {
-       _e_actions_cb_halt_dialog_ok (NULL, NULL);
+       _e_actions_cb_halt_dialog_ok(NULL, NULL);
        return;
      }
 
@@ -1772,7 +1772,7 @@
 
    if (e_config->cnfmdlg_disabled)
      {
-       _e_actions_cb_reboot_dialog_ok (NULL, NULL);
+       _e_actions_cb_reboot_dialog_ok(NULL, NULL);
        return;
      }
 
@@ -1831,7 +1831,7 @@
 
    if (e_config->cnfmdlg_disabled)
      {
-       _e_actions_cb_suspend_dialog_ok (NULL, NULL);
+       _e_actions_cb_suspend_dialog_ok(NULL, NULL);
        return;
      }
 
@@ -1890,7 +1890,7 @@
 
    if (e_config->cnfmdlg_disabled)
      {
-       _e_actions_cb_hibernate_dialog_ok (NULL, NULL);
+       _e_actions_cb_hibernate_dialog_ok(NULL, NULL);
        return;
      }
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to