Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_modules.c e_int_gadcon_config.c 


Log Message:
Add missing return values for module update functions, thanks jeffdameth :)

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_modules.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -3 -r1.54 -r1.55
--- e_int_config_modules.c      16 Jul 2007 02:21:33 -0000      1.54
+++ e_int_config_modules.c      16 Jul 2007 03:52:00 -0000      1.55
@@ -610,4 +610,5 @@
    
    _fill_all(cfdata);
    _fill_loaded(cfdata);
+   return 1;
 }
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_gadcon_config.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -3 -r1.39 -r1.40
--- e_int_gadcon_config.c       16 Jul 2007 02:15:37 -0000      1.39
+++ e_int_gadcon_config.c       16 Jul 2007 03:52:00 -0000      1.40
@@ -287,4 +287,5 @@
    
    _load_available_gadgets(cfdata);
    _load_selected_gadgets(cfdata);
+   return 1;
 }



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to