From 6aac9f149feb4d8f9284efe804c7386f717114fb Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Thu, 6 Nov 2008 02:16:23 +0000 Subject: [PATCH] 2008-11-05 Mike Kestner * 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 --- ChangeLog | 5 +++++ gtk/Builder.custom | 3 +++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0caeb6549..b22cf457d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-11-05 Mike Kestner + + * 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 * glib/PtrArray.cs, glib/glue/ptrarray.c, glib/Makefile.am, diff --git a/gtk/Builder.custom b/gtk/Builder.custom index 093e15497..408e3f6aa 100644 --- a/gtk/Builder.custom +++ b/gtk/Builder.custom @@ -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