Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_config.c 


Log Message:


batery is now a default and enabled module.. snow is an easter-egg level
module.. so out of default list we go.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_config.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- e_config.c  23 Dec 2004 04:58:57 -0000      1.10
+++ e_config.c  27 Dec 2004 13:22:03 -0000      1.11
@@ -85,8 +85,9 @@
             em->enabled = 1;
             e_config->modules = evas_list_append(e_config->modules, em);
             em = E_NEW(E_Config_Module, 1);
-            em->name = strdup("snow");
+            em->name = strdup("battery");
             e_config->modules = evas_list_append(e_config->modules, em);
+            em->enabled = 1;
          }
      }
    




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to