[banshee] [AppleDevice] Add a matching 'StopSync' call.



commit 5a51e747f688cb12313ce3796fd5c3778d089724
Author: Alan McGovern <alan mcgovern gmail com>
Date:   Wed Oct 6 15:43:40 2010 +0100

    [AppleDevice] Add a matching 'StopSync' call.
    
    We had an unmatched StartSync call which meant that the Sync dialog would be
    displayed forever.

 .../Banshee.Dap.AppleDevice/AppleDeviceSource.cs   |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
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");



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