[f-spot] updated to upstream



commit 2afa002b6b314fd85dd43a8dbc450821afd99613
Author: Stephane Delcroix <stephane delcroix org>
Date:   Tue Jun 16 11:23:05 2009 +0200

    updated to upstream

 gtk-sharp-beans/Global.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/gtk-sharp-beans/Global.cs b/gtk-sharp-beans/Global.cs
index 1a2d684..09e065a 100644
--- a/gtk-sharp-beans/Global.cs
+++ b/gtk-sharp-beans/Global.cs
@@ -37,5 +37,10 @@ namespace GtkBeans {
 			if (error != IntPtr.Zero) throw new GLib.GException (error);
 			return ret;
 		}
+
+		public static bool ShowUri (Gdk.Screen screen, string uri)
+		{
+			return ShowUri (screen, uri, Gdk.EventHelper.GetTime (new Gdk.Event(IntPtr.Zero)));
+		}
 	}
 }



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