From c5387f7d86382eda7a5540fc7cd3f8306919e1b6 Mon Sep 17 00:00:00 2001 From: Vincent Geddes Date: Thu, 26 Apr 2007 21:53:37 +0000 Subject: install some missing header files. Fixes an Anjuta compilation error. * gladeui/Makefile.am: install some missing header files. Fixes an Anjuta compilation error. * gladeui/glade-app.c: Update to use g_object_ref_sink (). * gladeui/glade-palette-expander.c: Correctly handle internal widget. svn path=/trunk/; revision=1280 --- gladeui/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'gladeui/Makefile.am') diff --git a/gladeui/Makefile.am b/gladeui/Makefile.am index 84855887..f52cd033 100644 --- a/gladeui/Makefile.am +++ b/gladeui/Makefile.am @@ -64,10 +64,6 @@ libgladeui_1_la_SOURCES = \ glade-catalog.h \ glade-marshallers.h \ glade-accumulators.h \ - glade-parser.h \ - glade-cursor.h \ - glade-signal.h \ - glade-xml-utils.h \ atk.xpm libgladeui_1_la_CPPFLAGS = \ @@ -98,6 +94,7 @@ libgladeuiinclude_HEADERS = \ glade-editor-property.h \ glade-signal-editor.h \ glade-palette.h \ + glade-palette-item.h \ glade-design-layout.h \ glade-design-view.h \ glade-widget.h \ @@ -113,6 +110,10 @@ libgladeuiinclude_HEADERS = \ glade-fixed.h \ glade-binding.h \ glade-base-editor.h \ + glade-xml-utils.h \ + glade-parser.h \ + glade-signal.h \ + glade-cursor.h \ fixed_bg.xpm -- cgit v1.2.1