[banshee] [AppleDevice] Show sync dialog as soon as syncing begins.



commit 1f4aa80d4b84c8152ad9dd7f14d925425d922441
Author: Alan McGovern <alan mcgovern gmail com>
Date:   Sun Aug 29 23:39:25 2010 +0100

    [AppleDevice] Show sync dialog as soon as syncing begins.

 .../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 3f88425..9c166c9 100644
--- a/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceSource.cs
+++ b/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceSource.cs
@@ -482,6 +482,7 @@ namespace Banshee.Dap.AppleDevice
                                                Catalog.GetString ("Preparing to synchronize..."), GetIconNames ());
             progressUpdater.Register ();
 
+            MediaDatabase.StartSync ();
             message = Catalog.GetString ("Adding track {0} of {1}");
             total = tracks_to_add.Count;
             while (tracks_to_add.Count > 0) {



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