From b0768d35f668db190a2e12805436dd264e4984ad Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Sat, 16 Jul 2011 18:18:14 +0200 Subject: [PATCH] gtk: Include ComboBoxText.cs in the build Also add missing using statement. --- gtk/ComboBoxText.cs | 2 ++ gtk/Makefile.am | 1 + 2 files changed, 3 insertions(+) diff --git a/gtk/ComboBoxText.cs b/gtk/ComboBoxText.cs index a5f4c0914..e4a6e68eb 100644 --- a/gtk/ComboBoxText.cs +++ b/gtk/ComboBoxText.cs @@ -20,6 +20,8 @@ namespace Gtk { + using System; + public partial class ComboBoxText { protected ComboBoxText (bool has_entry) : base (IntPtr.Zero) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index c9e2c4837..b9b0e5429 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -16,6 +16,7 @@ sources = \ BindingAttribute.cs \ CellAreaBox.cs \ ChildPropertyAttribute.cs \ + ComboBoxText.cs \ Global.cs \ ITreeNode.cs \ Key.cs \