gnome-keyring r1161 - in trunk: . common



Author: nnielsen
Date: Mon Jun 30 16:47:20 2008
New Revision: 1161
URL: http://svn.gnome.org/viewvc/gnome-keyring?rev=1161&view=rev

Log:
	* common/gkr-async.c: Make gkr_async_usleep() sleep for 
	the proper amount of time. Patch by Jon Burgess


Modified:
   trunk/ChangeLog
   trunk/common/gkr-async.c

Modified: trunk/common/gkr-async.c
==============================================================================
--- trunk/common/gkr-async.c	(original)
+++ trunk/common/gkr-async.c	Mon Jun 30 16:47:20 2008
@@ -612,7 +612,7 @@
 	/* Let another worker or the main loop run */
 	DO_UNLOCK (async_mutex);
 	
-		g_usleep (G_USEC_PER_SEC);
+		g_usleep (microseconds);
 		
 	DO_LOCK (async_mutex);
 }



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