Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/start


Modified Files:
        .cvsignore e_mod_config.c 


Log Message:
When changing API semantics, grep is your friend.  My policy - if I break 
it, I fix it.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/start/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- .cvsignore  1 Jun 2005 14:28:57 -0000       1.1
+++ .cvsignore  22 Jan 2006 18:14:51 -0000      1.2
@@ -1,5 +1,5 @@
 module.la
-e_mod_main.lo
+*.lo
 Makefile.in
 Makefile
 .libs
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/start/e_mod_config.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_mod_config.c      22 Jan 2006 14:15:13 -0000      1.3
+++ e_mod_config.c      22 Jan 2006 18:14:52 -0000      1.4
@@ -34,8 +34,6 @@
    v->free_cfdata = _free_data;
    v->basic.apply_cfdata = _basic_apply_data;
    v->basic.create_widgets = _basic_create_widgets;
-   v->advanced.apply_cfdata = NULL;
-   v->advanced.create_widgets = NULL;
    
    cfd = e_config_dialog_new(con, _("Start Module Configuration"), NULL, 0, v, 
start);
 }




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to