[banshee] [AppleDevice] Initialize the ipod each time we load so that we know we have a full directory structu
- From: Alex Launi <alexlauni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [AppleDevice] Initialize the ipod each time we load so that we know we have a full directory structu
- Date: Tue, 14 Dec 2010 01:34:20 +0000 (UTC)
commit 8ef33712a692e81a3c6ce9101a289f48038b829e
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]