ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/src status.c,1.72,1.73


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src status.c,1.72,1.73
Date: Tue, 25 Mar 2003 02:43:03 -0500

Update of /cvsroot/ayttm/ayttm/src
In directory subversions:/tmp/cvs-serv29066/src

Modified Files:
        status.c 
Log Message:
paranoid offline flush


Index: status.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/status.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- status.c    24 Mar 2003 22:32:23 -0000      1.72
+++ status.c    25 Mar 2003 07:43:01 -0000      1.73
@@ -636,7 +636,9 @@
        eb_debug(DBG_CORE, "%s set to state %d.\n", 
eb_services[s->ela->service_id].name, s->status );
        /* in about 10 seconds try to flush contact mgmt queue */
        if (s->ela->mgmt_flush_tag == 0) {
-               s->ela->mgmt_flush_tag = eb_timeout_add(10000, 
(GtkFunction)contact_mgmt_flush, (gpointer)s->ela);
+               s->ela->mgmt_flush_tag = 
+                       eb_timeout_add(10000 + (1000*s->ela->service_id),
+                                (GtkFunction)contact_mgmt_flush, 
(gpointer)s->ela);
        }
        set_menu_sensitivity();
 }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]