[banshee] [AppleDevice] Show the sync dialog as soon as file transfer begins



commit c348f57d5d6de3dba6afd5ab7e7abc05cbffede4
Author: Alan McGovern <alan mcgovern gmail com>
Date:   Sat Sep 18 13:55:27 2010 +0100

    [AppleDevice] Show the sync dialog as soon as file transfer begins

 .../Banshee.Dap.AppleDevice/AppleDeviceSource.cs   |    2 +-
 1 files changed, 1 insertions(+), 1 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 7b4a0ad..077a0dd 100644
--- a/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceSource.cs
+++ b/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceSource.cs
@@ -496,7 +496,7 @@ namespace Banshee.Dap.AppleDevice
             var progressUpdater = new UserJob (Catalog.GetString ("Syncing iPod"),
                                                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]