[banshee] [gio] Implement RawVolume.Product
- From: Alan McGovern <alanmc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [gio] Implement RawVolume.Product
- Date: Mon, 13 Sep 2010 23:21:22 +0000 (UTC)
commit a480e8b28d72f48ee10ae133a58946f9d2e99390
Author: Alan McGovern <alan mcgovern gmail com>
Date: Tue Sep 14 00:16:18 2010 +0100
[gio] Implement RawVolume.Product
.../Banshee.Hardware.Gio/LowLevel/RawVolume.cs | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/Backends/Banshee.Gio/Banshee.Hardware.Gio/LowLevel/RawVolume.cs b/src/Backends/Banshee.Gio/Banshee.Hardware.Gio/LowLevel/RawVolume.cs
index f717697..a487d9a 100644
--- a/src/Backends/Banshee.Gio/Banshee.Hardware.Gio/LowLevel/RawVolume.cs
+++ b/src/Backends/Banshee.Gio/Banshee.Hardware.Gio/LowLevel/RawVolume.cs
@@ -224,7 +224,9 @@ namespace Banshee.Hardware.Gio
}
public override string Product {
- get { return "Product Not Implemented"; }
+ get {
+ return UdevMetadata.Model;
+ }
}
public override string Uuid {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]