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: warning fixes =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/snow/e_mod_main.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- e_mod_main.c 10 Dec 2004 17:18:51 -0000 1.4 +++ e_mod_main.c 10 Dec 2004 17:21:56 -0000 1.5 @@ -67,7 +67,7 @@ Snow *snow; snow = m->data; - if (!snow) return; + if (!snow) return 1; e_config_domain_save("module.snow", snow->conf_edd, snow->conf); return 1; } @@ -201,7 +201,6 @@ { E_Menu *mn; E_Menu_Item *mi; - char buf[4096]; mn = e_menu_new(); ------------------------------------------------------- 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