gnunet-svn
[Top][All Lists]
Advanced

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

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


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

Author: grothoff
Date: 2005-07-15 04:20:59 -0700 (Fri, 15 Jul 2005)
New Revision: 1547

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

Modified: gnunet-gtk/src/common/helper.c
===================================================================
--- gnunet-gtk/src/common/helper.c      2005-07-15 11:00:22 UTC (rev 1546)
+++ gnunet-gtk/src/common/helper.c      2005-07-15 11:20:59 UTC (rev 1547)
@@ -137,8 +137,8 @@
     return NO;
   }
   i = randomi(pscCount);
-  if (TRUE == g_idle_remove_by_data(psc[i]->args))
-    saveCallWrapper(psc[i]->args);
+  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]