[Monodevelop-patches-list] r2315 - trunk/MonoDevelop/Unused/Gdl

John Luke <jluke@cfl.rr.com> jluke at mono-cvs.ximian.com
Mon Mar 7 21:39:20 EST 2005


Author: jluke
Date: 2005-03-07 21:39:20 -0500 (Mon, 07 Mar 2005)
New Revision: 2315

Modified:
   trunk/MonoDevelop/Unused/Gdl/DockPaned.cs
Log:
fix


Modified: trunk/MonoDevelop/Unused/Gdl/DockPaned.cs
===================================================================
--- trunk/MonoDevelop/Unused/Gdl/DockPaned.cs	2005-03-08 02:37:24 UTC (rev 2314)
+++ trunk/MonoDevelop/Unused/Gdl/DockPaned.cs	2005-03-08 02:39:20 UTC (rev 2315)
@@ -61,7 +61,7 @@
 			else
 				Child = new VPaned ();
 			
-			Child.AddNotification ("position", OnNotifyPosition);
+			Child.AddNotification ("position", new GLib.NotifyHandler (OnNotifyPosition));
 												
 			Child.Parent = this;
 			Child.Show ();




More information about the Monodevelop-patches-list mailing list