gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1546 - gnunet-gtk/src/common


From: grothoff
Subject: [GNUnet-SVN] r1546 - gnunet-gtk/src/common
Date: Fri, 15 Jul 2005 04:00:25 -0700 (PDT)

Author: grothoff
Date: 2005-07-15 04:00:22 -0700 (Fri, 15 Jul 2005)
New Revision: 1546

Modified:
   gnunet-gtk/src/common/helper.c
Log:
fix

Modified: gnunet-gtk/src/common/helper.c
===================================================================
--- gnunet-gtk/src/common/helper.c      2005-07-15 10:51:45 UTC (rev 1545)
+++ gnunet-gtk/src/common/helper.c      2005-07-15 11:00:22 UTC (rev 1546)
@@ -137,11 +137,8 @@
     return NO;
   }
   i = randomi(pscCount);
-  g_idle_remove_by_data(psc[i]->args); 
-  /* yes, ignore return value here, GTK seems
-     to be dropping these during shutdown, and
-     we still want to run them nevertheless */
-  psc[i]->func(psc[i]);
+  if (TRUE == g_idle_remove_by_data(psc[i]->args))
+    saveCallWrapper(psc[i]->args);
   MUTEX_UNLOCK(&sclock);
   gnunet_util_sleep(50 * cronMILLIS);
   /* sleep here is somewhat important, first of





reply via email to

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