f-spot r4161 - in trunk/src: Utils Widgets



Author: sdelcroix
Date: Mon Jul  7 10:30:30 2008
New Revision: 4161
URL: http://svn.gnome.org/viewvc/f-spot?rev=4161&view=rev

Log:
removing a warning, adding some more in the other hand


Modified:
   trunk/src/Utils/GnomeUtil.cs
   trunk/src/Widgets/Filmstrip.cs

Modified: trunk/src/Utils/GnomeUtil.cs
==============================================================================
--- trunk/src/Utils/GnomeUtil.cs	(original)
+++ trunk/src/Utils/GnomeUtil.cs	Mon Jul  7 10:30:30 2008
@@ -28,12 +28,14 @@
 		       	}
 		}
 	
+		[Obsolete ("use gtk_show_uri as soon as we can depend on gtk 2.13.1")]
 		public static void UrlShow (string url)
 		{
 			GnomeUtil disp = new GnomeUtil (url);
 			Gtk.Application.Invoke (disp, null, delegate (object sender, EventArgs args) { ((GnomeUtil) disp).Show (); });
 		}
 	
+		[Obsolete ("use gtk_show_uri as soon as we can depend on gtk 2.13.1")]
 		public static void ShowHelp (string filename, string link_id, string help_directory, Gdk.Screen screen)
 		{
 			try {

Modified: trunk/src/Widgets/Filmstrip.cs
==============================================================================
--- trunk/src/Widgets/Filmstrip.cs	(original)
+++ trunk/src/Widgets/Filmstrip.cs	Mon Jul  7 10:30:30 2008
@@ -24,7 +24,7 @@
 	public class Filmstrip : EventBox, IDisposable
 	{
 
-		public event OrientationChangedHandler OrientationChanged;
+//		public event OrientationChangedHandler OrientationChanged;
 		public event EventHandler PositionChanged;
 
 		bool extendable = true;



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