mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
b879855e14
desktop. Submitted by: Hendrik Scholz <hendrik@scholz.net>
12 lines
257 B
C
12 lines
257 B
C
--- library/rb-library-walker-thread.c.orig Sun Feb 9 13:09:48 2003
|
|
+++ library/rb-library-walker-thread.c Sat May 17 21:02:36 2003
|
|
@@ -325,7 +325,7 @@
|
|
|
|
g_mutex_unlock (thread->priv->lock);
|
|
|
|
- g_usleep (10);
|
|
+ g_usleep (10000);
|
|
}
|
|
|
|
return NULL;
|