[Banshee-List] Re: Mass Storage Support
- From: "James Stembridge" <jstembridge gmail com>
- To: banshee-list gnome org
- Subject: [Banshee-List] Re: Mass Storage Support
- Date: Thu, 13 Apr 2006 13:43:39 +0100
Hi Matthew,
On 4/12/06, Matthew Vermeulen <mattvermeulen gmail com> wrote:
> I've attached the complete output of hal-device..
Thanks, it looks roughly equivalent to what I have here.
Bit of a long shot, but could you try the attached patch?
Cheers,
James.
Index: src/Banshee.Dap/MassStorage/MassStorageDap.cs
===================================================================
RCS file: /cvs/gnome/banshee/src/Banshee.Dap/MassStorage/MassStorageDap.cs,v
retrieving revision 1.6
diff -u -r1.6 MassStorageDap.cs
--- src/Banshee.Dap/MassStorage/MassStorageDap.cs 9 Apr 2006 21:30:26 -0000 1.6
+++ src/Banshee.Dap/MassStorage/MassStorageDap.cs 13 Apr 2006 12:38:55 -0000
@@ -79,7 +79,7 @@
return InitializeResult.WaitForPropertyChange;
- string block_device = volume_device ["block_device"];
+ string block_device = volume_device ["block.device"];
foreach (Gnome.Vfs.Volume vol in monitor.MountedVolumes) {
if (vol.DevicePath == block_device) {
this.volume = vol;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]