[tomboy] Whoops, reverted the wrong commit



commit f9b133b4bbc3c70c6d8a18e583133fa7ef7e858c
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Mon Oct 18 15:49:47 2010 -0700

    Whoops, reverted the wrong commit
    
    This reverts commit f00e2136579c1f3f0e342fb23e2f30a0af40f7f5.

 Tomboy/MacApplication.cs     |    3 ++-
 Tomboy/WindowsApplication.cs |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/Tomboy/MacApplication.cs b/Tomboy/MacApplication.cs
index 66841c2..e96186b 100644
--- a/Tomboy/MacApplication.cs
+++ b/Tomboy/MacApplication.cs
@@ -291,7 +291,8 @@ namespace Tomboy
 
 		public virtual void DisplayHelp (string project, string page, Gdk.Screen screen)
 		{
-			OpenUrl (string.Format("http://library.gnome.org/users/{0}/";, project), screen);
+			string version = Defines.VERSION.Remove (Defines.VERSION.LastIndexOf ('.'));
+			OpenUrl (string.Format ("http://library.gnome.org/users/{0}/{1}";, project, version), screen);
 		}
 
 		#endregion
diff --git a/Tomboy/WindowsApplication.cs b/Tomboy/WindowsApplication.cs
index 620a143..bfa8324 100644
--- a/Tomboy/WindowsApplication.cs
+++ b/Tomboy/WindowsApplication.cs
@@ -120,7 +120,8 @@ namespace Tomboy
 
 		public virtual void DisplayHelp (string project, string page, Gdk.Screen screen)
 		{
-			OpenUrl (string.Format("http://library.gnome.org/users/{0}/";, project), screen);
+			string version = Defines.VERSION.Remove (Defines.VERSION.LastIndexOf ('.'));
+			OpenUrl (string.Format ("http://library.gnome.org/users/{0}/{1}";, project, version), screen);
 		}
 
 		#endregion



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