[tomboy] Fix compilation error on Windows.



commit dc03f3d48e8bf0e0346f7ccc5d51e58d61788348
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Fri Jul 24 17:55:32 2009 -0700

    Fix compilation error on Windows.

 Tomboy/WindowsApplication.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Tomboy/WindowsApplication.cs b/Tomboy/WindowsApplication.cs
index 8c9f59e..7b6c9cb 100644
--- a/Tomboy/WindowsApplication.cs
+++ b/Tomboy/WindowsApplication.cs
@@ -89,7 +89,7 @@ namespace Tomboy
 
 		public virtual void DisplayHelp (string help_uri, Gdk.Screen screen)
 		{
-			OpenUrl ("http://library.gnome.org/users/tomboy/0.12/";);
+			OpenUrl ("http://library.gnome.org/users/tomboy/0.12/";, screen);
 		}
 
 		#endregion



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