[banshee/stable-1.8] [AppleDevice] Initialize the ipod each time we load so that we know we have a full directory structu



commit a55ce18fb930edaaf725fa07841d578550a397a3
Author: Alex Launi <alex launi canonical com>
Date:   Mon Dec 13 20:31:06 2010 -0500

    [AppleDevice] Initialize the ipod each time we load so that we know we have a full directory structure
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=637202.

 .../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 6cf6dcc..70722a3 100644
--- a/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceSource.cs
+++ b/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceSource.cs
@@ -92,6 +92,7 @@ namespace Banshee.Dap.AppleDevice
             SupportsVideo = Device.SupportsVideo;
 
             Initialize ();
+            GPod.ITDB.InitIpod (Volume.MountPoint, Device.IpodInfo.ModelNumber, Name);
 
             // FIXME: Properly parse the device, color and generation and don't use the fallback strings
 



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