[banshee] Avoid needlessly syncing iPods twice
- From: Gabriel Burt <gburt src gnome org>
- To: svn-commits-list gnome org
- Subject: [banshee] Avoid needlessly syncing iPods twice
- Date: Fri, 5 Jun 2009 13:51:55 -0400 (EDT)
commit 7415e933735ae6b874be13f86f6e456ca0f74e29
Author: Gabriel Burt <gabriel burt gmail com>
Date: Thu Jun 4 16:56:41 2009 -0500
Avoid needlessly syncing iPods twice
---
.../Banshee.Dap.Ipod/IpodSource.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Dap/Banshee.Dap.Ipod/Banshee.Dap.Ipod/IpodSource.cs b/src/Dap/Banshee.Dap.Ipod/Banshee.Dap.Ipod/IpodSource.cs
index d226cd5..797c053 100644
--- a/src/Dap/Banshee.Dap.Ipod/Banshee.Dap.Ipod/IpodSource.cs
+++ b/src/Dap/Banshee.Dap.Ipod/Banshee.Dap.Ipod/IpodSource.cs
@@ -509,7 +509,7 @@ namespace Banshee.Dap.Ipod
{
lock (sync_mutex) {
if (sync_thread == null) {
- sync_thread_wait = new AutoResetEvent (true);
+ sync_thread_wait = new AutoResetEvent (false);
sync_thread = new Thread (new ThreadStart (PerformSyncThread));
sync_thread.Name = "iPod Sync Thread";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]