[longomatch] Fix typo.
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix typo.
- Date: Tue, 8 Jun 2010 21:47:57 +0000 (UTC)
commit 8e5e8e6a886eebd65959689073f610b34b6faf55
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Sun Jun 6 18:09:15 2010 +0200
Fix typo.
The calendar window should be created on win32 systems
LongoMatch/Gui/Component/ProjectDetailsWidget.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch/Gui/Component/ProjectDetailsWidget.cs b/LongoMatch/Gui/Component/ProjectDetailsWidget.cs
index a14cf2a..ca45749 100644
--- a/LongoMatch/Gui/Component/ProjectDetailsWidget.cs
+++ b/LongoMatch/Gui/Component/ProjectDetailsWidget.cs
@@ -66,7 +66,7 @@ namespace LongoMatch.Gui.Component
this.Build();
//HACK:The calendar dialog does not respond on win32
- if (Environment.OSVersion.Platform != PlatformID.Win32NT) {
+ if (Environment.OSVersion.Platform == PlatformID.Win32NT) {
cp = new CalendarPopup();
cp.Hide();
cp.DateSelectedEvent += new DateSelectedHandler(OnDateSelected);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]