[banshee/stable-1.8] [AppleDevice] Add a matching 'StopSync' call.
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee/stable-1.8] [AppleDevice] Add a matching 'StopSync' call.
- Date: Wed, 6 Oct 2010 20:49:54 +0000 (UTC)
commit 3c49ccb04fb8068bdc1aa9cebd3f90517e3f4f57
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]