aboutsummaryrefslogtreecommitdiff
path: root/audio/rhythmbox/files/patch-library_rb-library-walker-thread.c
blob: 1301febfd7cc892777fb03cc72f4e86c5b65e68a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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;