Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/lib


Modified Files:
        E_Lib.h e_main.c 


Log Message:
OK, so 'configuration_panel' is too long => 'config_panel'
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/lib/E_Lib.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- E_Lib.h     19 Sep 2005 15:49:23 -0000      1.9
+++ E_Lib.h     19 Sep 2005 16:02:16 -0000      1.10
@@ -150,7 +150,7 @@
    EAPI void         e_lib_restart                    (void);
    EAPI void         e_lib_quit                       (void);
 
-   EAPI void         e_lib_configuration_panel_show   (void);
+   EAPI void         e_lib_config_panel_show          (void);
 
    /* E module manipulation */
    EAPI void         e_lib_module_enabled_set         (const char *module, int 
enable);
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/lib/e_main.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -3 -r1.33 -r1.34
--- e_main.c    19 Sep 2005 15:49:23 -0000      1.33
+++ e_main.c    19 Sep 2005 16:02:16 -0000      1.34
@@ -197,9 +197,9 @@
 }
 
 void
-e_lib_configuration_panel_show(void)
+e_lib_config_panel_show(void)
 {
-   _e_ipc_call(E_IPC_OP_CONFIGURATION_PANEL_SHOW, NULL);
+   _e_ipc_call(E_IPC_OP_CONFIG_PANEL_SHOW, NULL);
 }
 
 void




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to