[banshee] [Gio] Fix the build after 5b87bc3838ccc8587b2a3e9390b5603f7e64e983



commit c15812da98262592513d71e299572cdf33c83b27
Author: Alan McGovern <alan mcgovern gmail com>
Date:   Wed Sep 8 20:32:40 2010 +0100

    [Gio] Fix the build after 5b87bc3838ccc8587b2a3e9390b5603f7e64e983

 .../DeviceMediaCapabilities.cs                     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Backends/Banshee.Gio/Banshee.Hardware.Gio/DeviceMediaCapabilities.cs b/src/Backends/Banshee.Gio/Banshee.Hardware.Gio/DeviceMediaCapabilities.cs
index 035ed09..be3004b 100644
--- a/src/Backends/Banshee.Gio/Banshee.Hardware.Gio/DeviceMediaCapabilities.cs
+++ b/src/Backends/Banshee.Gio/Banshee.Hardware.Gio/DeviceMediaCapabilities.cs
@@ -132,7 +132,7 @@ namespace Banshee.Hardware.Gio
 #endregion
         private class GMpiFileInfo
         {
-            private const string Seperator = ";";
+            private const char Seperator = ';';
             private const string MediaGroup = "Media";
             private const string DeviceGroup = "Device";
             private const string VendorGroup = "Vendor";



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