pivot table procedure conceptually works
[pspp] / glade / bbox.c
index 9ce8c34d90ffa198fd9bc478fbff5d60e930a57e..2e675c41b2400efbd56ce60dc68b0ac8069fb3a8 100644 (file)
@@ -1,4 +1,5 @@
-#include <glade.h>
+#include <config.h>
+#include <gladeui/glade.h>
 #include <gtk/gtk.h>
 
 #include "psppire-buttonbox.h"
@@ -37,7 +38,7 @@ glade_psppire_button_box_get_internal_child (GladeWidgetAdaptor  *adaptor,
   g_print ("%s\n", __FUNCTION__);
 #endif
 
-  return bbox;
+  return GTK_WIDGET (bbox);
 }