Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : mail

Dir     : e_modules/mail


Modified Files:
        e_mod_main.c 


Log Message:
May help to actually return the mail counts instead of always 0, doh :)

===================================================================
RCS file: /cvs/e/e_modules/mail/e_mod_main.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- e_mod_main.c        8 Jun 2006 20:37:03 -0000       1.13
+++ e_mod_main.c        8 Jun 2006 21:05:33 -0000       1.14
@@ -909,7 +909,7 @@
      }
       
    ecore_list_destroy(l);
-   return 0;
+   return i;
 }
 
 static void 




_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to