2008-11-05 Mike Kestner <mkestner@novell.com>

* gtk/Builder.custom: #if the new API for 2.14 for now so it
	doesn't get confused as stable API yet.

svn path=/trunk/gtk-sharp/; revision=118066
This commit is contained in:
Mike Kestner 2008-11-06 02:16:23 +00:00
parent c9d658f381
commit 6aac9f149f
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-11-05 Mike Kestner <mkestner@novell.com>
* gtk/Builder.custom: #if the new API for 2.14 for now so it
doesn't get confused as stable API yet.
2008-11-04 Mike Gorse <mgorse@novell.com>
* glib/PtrArray.cs, glib/glue/ptrarray.c, glib/Makefile.am,

View File

@ -23,6 +23,8 @@
// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
// Boston, MA 02111-1307, USA.
#if GTK_SHARP_2_14
[System.Serializable]
public class HandlerNotFoundException : SystemException
{
@ -410,3 +412,4 @@ void BindFields (object target, Type type)
while (type != typeof(object) && type != null);
}
#endif