[hyena] Fix MeeGo detection



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

    Fix MeeGo detection

 src/Hyena/Hyena/PlatformDetection.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Hyena/Hyena/PlatformDetection.cs b/src/Hyena/Hyena/PlatformDetection.cs
index 0b15ffa..c63b225 100644
--- a/src/Hyena/Hyena/PlatformDetection.cs
+++ b/src/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]