[hyena] Fix MeeGo detection
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hyena] Fix MeeGo detection
- Date: Wed, 26 May 2010 02:36:32 +0000 (UTC)
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]