Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e_modules

Dir     : e17/apps/e_modules/src/modules/notes


Modified Files:
        e_mod_main.c e_mod_main.h 


Log Message:
New module api.

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/e_modules/src/modules/notes/e_mod_main.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- e_mod_main.c        23 Sep 2005 17:36:47 -0000      1.25
+++ e_mod_main.c        24 Sep 2005 13:59:21 -0000      1.26
@@ -33,7 +33,7 @@
 static E_Config_DD *_notes_config_faces_edd = NULL;
 
 /* public module routines. all modules must have these */
-E_Module_Api e_module_api =
+E_Module_Api e_modapi =
 {
    E_MODULE_API_VERSION,
    "Notes"
@@ -100,7 +100,6 @@
 int
 e_modapi_info (E_Module *m)
 {
-   m->label = strdup("Notes");
    m->icon_file = strdup(PACKAGE_LIB_DIR "/e_modules/notes/module_icon.png");
    
    return 1;
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/e_modules/src/modules/notes/e_mod_main.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- e_mod_main.h        23 Sep 2005 17:36:47 -0000      1.12
+++ e_mod_main.h        24 Sep 2005 13:59:21 -0000      1.13
@@ -64,7 +64,7 @@
    Note_Face_Config *conf;
 };
 
-extern E_Module_Api e_module_api;
+extern E_Module_Api e_modapi;
 
 EAPI void *e_modapi_init     (E_Module *m);
 EAPI int   e_modapi_shutdown (E_Module *m);




-------------------------------------------------------
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