Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : embrace

Dir     : misc/embrace/src/plugins/pop3


Modified Files:
        pop3.c 


Log Message:
renamed MAX_INTERVAL to MIN_INTERVAL
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/plugins/pop3/pop3.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- pop3.c      6 Jun 2004 09:07:31 -0000       1.12
+++ pop3.c      26 Aug 2004 14:42:32 -0000      1.13
@@ -1,5 +1,5 @@
 /*
- * $Id: pop3.c,v 1.12 2004/06/06 09:07:31 tsauerbeck Exp $
+ * $Id: pop3.c,v 1.13 2004/08/26 14:42:32 tsauerbeck Exp $
  *
  * Copyright (C) 2004 Embrace project.
  *
@@ -37,7 +37,7 @@
        STATE_STAT_OK
 } State;
 
-#define MAX_INTERVAL 300
+#define MIN_INTERVAL 300
 
 static EmbracePlugin *plugin = NULL;
 
@@ -197,7 +197,7 @@
 
        assert (mb);
 
-       interval = MAX (mailbox_poll_interval_get (mb), MAX_INTERVAL);
+       interval = MAX (mailbox_poll_interval_get (mb), MIN_INTERVAL);
 
        if (!(timer = ecore_timer_add (interval, on_timer, mb)))
                return false;




-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to