Blob Blame History Raw
From 5a51e747f688cb12313ce3796fd5c3778d089724 Mon Sep 17 00:00:00 2001
From: Alan McGovern <alan.mcgovern@gmail.com>
Date: Wed, 06 Oct 2010 14:43:40 +0000
Subject: [AppleDevice] Add a matching 'StopSync' call.

We had an unmatched StartSync call which meant that the Sync dialog would be
displayed forever.
---
diff --git a/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceSource.cs b/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceSource.cs
index 1c9eac2..6cf6dcc 100644
--- a/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceSource.cs
+++ b/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceSource.cs
@@ -623,6 +623,7 @@ namespace Banshee.Dap.AppleDevice
             } catch (Exception e) {
                 Log.Exception ("Failed to save iPod database", e);
             }
+            MediaDatabase.StopSync ();
             progressUpdater.Finish ();
 
             Hyena.Log.Debug ("Ending AppleDevice sync thread cycle");
--
cgit v0.8.3.1