[tomboy] Bug 678847 - Setup points to 404 URL for Gtk# Thanks to John Harrison for reporting this and provide



commit 030424be1683ed4805e3deca120176138f000f29
Author: Jared Jennings <jjennings src gnome org>
Date:   Tue Jun 26 15:38:29 2012 -0500

    Bug 678847 - Setup points to 404 URL for Gtk#
    Thanks to John Harrison for reporting this and provide a fix.

 Setup/Setup.wxs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Setup/Setup.wxs b/Setup/Setup.wxs
index a376b0a..c7ea3b4 100644
--- a/Setup/Setup.wxs
+++ b/Setup/Setup.wxs
@@ -56,7 +56,7 @@
 		<Property Id="GTKSHARPNOVELLINSTALLVERSION">
 			<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/ ">
+		<Condition Message="This setup requires Gtk# for .NET (version 2.12.8 or higher). Please download the latest installer from http://www.mono-project.com/GtkSharp ">
 			<![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.'>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]