Enlightenment CVS committal Author : tsauerbeck Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/snow Modified Files: e_mod_main.c Log Message: added bounding for the show_trees config value =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/snow/e_mod_main.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- e_mod_main.c 10 Dec 2004 17:07:32 -0000 1.3 +++ e_mod_main.c 10 Dec 2004 17:18:51 -0000 1.4 @@ -119,6 +119,8 @@ snow->conf->flake_count = 60; snow->conf->show_trees = 1; } + + E_CONFIG_LIMIT(snow->conf->show_trees, 0, 1); managers = e_manager_list(); for (l = managers; l; l = l->next) ------------------------------------------------------- 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