convert labels and missing values dialogs to GtkBuilder
[pspp-builds.git] / src / ui / gui / var-type-dialog.c
index db2e85b5f792bc5b4c5ee96daed8891ae8b0de19..44afc84e816dd47d18f8264e76a9cf9d1d5a462d 100644 (file)
@@ -21,7 +21,6 @@
 #include <config.h>
 
 #include <gtk/gtk.h>
-#include <glade/glade.h>
 
 #include <stdlib.h>
 #include <string.h>
@@ -324,7 +323,7 @@ set_format_type_from_treeview (GtkTreeView *treeview, gpointer data)
 
 /* Create the structure from the XML definitions */
 struct var_type_dialog *
-var_type_dialog_create (GladeXML *xml)
+var_type_dialog_create (GtkBuilder *xml)
 {
   gint i;
   struct var_type_dialog *dialog = g_malloc (sizeof (struct var_type_dialog));