[banshee/stable-1.6] [Booter] Run MeeGo.exe on MeeGo, Nereid elsewhere
- From: Aaron Bockover <abock src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee/stable-1.6] [Booter] Run MeeGo.exe on MeeGo, Nereid elsewhere
- Date: Wed, 28 Apr 2010 19:48:33 +0000 (UTC)
commit a8dd78746a90b84aa729dddb5f831663eabfc39e
Author: Aaron Bockover <abockover novell com>
Date: Wed Apr 28 15:40:12 2010 -0400
[Booter] Run MeeGo.exe on MeeGo, Nereid elsewhere
This is the right version of the fix I tried in
65b6789309f01504011f3f6acd17b8b2a4879f7d
src/Clients/Booter/Booter/Entry.cs | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/src/Clients/Booter/Booter/Entry.cs b/src/Clients/Booter/Booter/Entry.cs
index a60d81b..f4edc13 100644
--- a/src/Clients/Booter/Booter/Entry.cs
+++ b/src/Clients/Booter/Booter/Entry.cs
@@ -97,7 +97,11 @@ namespace Booter
} else if (ApplicationContext.CommandLine.Contains ("client")) {
BootClient (Path.GetFileNameWithoutExtension (ApplicationContext.CommandLine["client"]));
} else {
- BootClient ("Nereid");
+ if (PlatformDetection.IsMeeGo) {
+ BootClient ("MeeGo");
+ } else {
+ BootClient ("Nereid");
+ }
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]