Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_config.c 


Log Message:
Added snow module, just started but looking OK - give it a shot
(enlightenment_remote -module-load if it is not in the menu)
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_config.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_config.c  6 Dec 2004 06:03:01 -0000       1.4
+++ e_config.c  9 Dec 2004 18:53:50 -0000       1.5
@@ -75,6 +75,9 @@
             em->name = strdup("clock");
             em->enabled = 1;
             e_config->modules = evas_list_append(e_config->modules, em);
+            em = E_NEW(E_Config_Module, 1);
+            em->name = strdup("snow");
+            e_config->modules = evas_list_append(e_config->modules, em);
          }
      }
    




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