[tomboy] Support gtk# >= 2.12.10
- From: Sanford Armstrong <sharm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tomboy] Support gtk# >= 2.12.10
- Date: Tue, 29 Jun 2010 13:20:39 +0000 (UTC)
commit 5d1de8a83b142f9049a9ea3d553a07f8f34907b5
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date: Tue Jun 29 06:19:08 2010 -0700
Support gtk# >= 2.12.10
Setup/Setup.wxs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Setup/Setup.wxs b/Setup/Setup.wxs
index bf0456d..e294398 100644
--- a/Setup/Setup.wxs
+++ b/Setup/Setup.wxs
@@ -39,7 +39,7 @@
<RegistrySearch Id='GtksharpnovellRegistry' Type='raw' Root='HKLM' Key='Software\Novell\GtkSharp\Version' />
</Property>
<Condition Message="This setup requires Gtk# for .NET (version 2.12.8 or higher). Please download the latest installer from http://ftp.novell.com/pub/mono/gtk-sharp/ ">
- <![CDATA[GTKSHARPNOVELLINSTALLVERSION >= "2.12.8" OR REMOVE ~= "ALL"]]>
+ <![CDATA[GTKSHARPNOVELLINSTALLVERSION >= "2.12.8" OR (GTKSHARPNOVELLINSTALLVERSION << "2.12.1" AND GTKSHARPNOVELLINSTALLVERSION <> "2.12.1") OR REMOVE ~= "ALL"]]>
</Condition>
<Condition Message='This setup requires the .NET Framework 2.0 or higher.'>
<![CDATA[MsiNetAssemblySupport >= "2.0.50727"]]>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]