f-spot r4669 - in trunk: . src/Widgets



Author: sdelcroix
Date: Tue Dec 16 13:26:14 2008
New Revision: 4669
URL: http://svn.gnome.org/viewvc/f-spot?rev=4669&view=rev

Log:
ctor (IntPtr)

2008-12-16  Stephane Delcroix  <sdelcroix novell com>

	* src/Widgets/TagView.cs: provide a protected ctor(IntPtr)

Modified:
   trunk/ChangeLog
   trunk/src/Widgets/TagView.cs

Modified: trunk/src/Widgets/TagView.cs
==============================================================================
--- trunk/src/Widgets/TagView.cs	(original)
+++ trunk/src/Widgets/TagView.cs	Tue Dec 16 13:26:14 2008
@@ -31,6 +31,11 @@
 		parent_tips = tips;
 	}
 
+	protected TagView (IntPtr raw) : base (raw)
+	{
+		VisibleWindow = false;	
+	}
+
 	public IBrowsableItem Current {
 		set {
 			photo = value;



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