[Gtk-sharp-list] GladeWidget changes on CVS.

Miguel de Icaza miguel@ximian.com
15 Mar 2003 16:01:31 -0500


Hello guys,

    The Glade.GladeWidgetAttribute has been renamed to
Glade.WidgetAttribute, if you had code that used the GladeWidget
attribute, and looked like this:

	[GladeWidget]
	Widget w;

    Change it to:

	[Glade.Widget]
	Widget w;

Miguel.