Enlightenment CVS committal Author : doursse Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/battery Modified Files: e_mod_main.c Log Message: returning 0 stops the delete event to be called in the screenlock module. So we return 1. Patch from sECuRE_ =================================================================== RCS file: /cvs/e/e17/apps/e/src/modules/battery/e_mod_main.c,v retrieving revision 1.114 retrieving revision 1.115 diff -u -3 -r1.114 -r1.115 --- e_mod_main.c 12 Mar 2008 05:43:36 -0000 1.114 +++ e_mod_main.c 22 Mar 2008 08:04:12 -0000 1.115 @@ -446,5 +446,5 @@ ev = event; if (ev->exe != battery_config->batget_exe) return 1; battery_config->batget_exe = NULL; - return 0; + return 1; } ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs