[banshee] [Hyena] Fix MeeGo detection



commit 5d1cadfeabd7f4c5a5c7378c74d68fabc8dae18a
Author: Alexander Kojevnikov <alexander kojevnikov com>
Date:   Mon Mar 22 11:42:53 2010 +1100

    [Hyena] Fix MeeGo detection

 src/Libraries/Hyena/Hyena/PlatformDetection.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Libraries/Hyena/Hyena/PlatformDetection.cs b/src/Libraries/Hyena/Hyena/PlatformDetection.cs
index 0b15ffa..c63b225 100644
--- a/src/Libraries/Hyena/Hyena/PlatformDetection.cs
+++ b/src/Libraries/Hyena/Hyena/PlatformDetection.cs
@@ -90,7 +90,7 @@ namespace Hyena
 
             SystemName = PosixSystemName;
 
-            IsMeeGo = System.IO.File.Exists ("/etc/meego-release") || !String.IsNullOrEmpty ("MEEGO");
+            IsMeeGo = System.IO.File.Exists ("/etc/meego-release");
         }
     }
 }



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