]> git.pld-linux.org Git - packages/banshee.git/blob - banshee-libgpod.patch
- fixes build with libgpod-sharp 0.8.2 (from upstream)
[packages/banshee.git] / banshee-libgpod.patch
1 --- banshee-2.4.1/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceTrackInfo.cs.orig  2012-06-06 21:14:55.225456207 +0200
2 +++ banshee-2.4.1/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceTrackInfo.cs       2012-06-06 21:15:08.835382476 +0200
3 @@ -215,7 +215,7 @@ namespace Banshee.Dap.AppleDevice
4              track.CDs = DiscCount;
5              track.CDNumber = DiscNumber;
6              track.TrackLength = (int) Duration.TotalMilliseconds;
7 -            track.Size = (int)FileSize;
8 +            track.Size = (uint)FileSize;
9              track.Grouping = Grouping;
10              try {
11                  track.TimePlayed = LastPlayed;
This page took 0.057157 seconds and 3 git commands to generate.