f-spot r3616 - in trunk: . src



Author: sdelcroix
Date: Wed Jan 30 15:15:25 2008
New Revision: 3616
URL: http://svn.gnome.org/viewvc/f-spot?rev=3616&view=rev

Log:
2008-01-30  Stephane Delcroix  <sdelcroix novell com>

	* src/Photopopu.cs: fixing 510060 once again.


Modified:
   trunk/ChangeLog
   trunk/src/PhotoPopup.cs

Modified: trunk/src/PhotoPopup.cs
==============================================================================
--- trunk/src/PhotoPopup.cs	(original)
+++ trunk/src/PhotoPopup.cs	Wed Jan 30 15:15:25 2008
@@ -20,6 +20,10 @@
 	public class PhotoPopup : Gtk.Menu
 	{
 
+		protected PhotoPopup (IntPtr handle) : base (handle)
+		{
+		}
+
 		public PhotoPopup () : base ()
 		{
 			foreach (MenuNode node in AddinManager.GetExtensionNodes ("/FSpot/Menus/PhotoPopup"))



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