X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=src%2Fui%2Fgui%2Fvar-type-dialog.c;h=44afc84e816dd47d18f8264e76a9cf9d1d5a462d;hb=24a302ed4c0a7fbd52a4a549766c077f9e2bfe37;hp=db2e85b5f792bc5b4c5ee96daed8891ae8b0de19;hpb=7bc7a451768f00702e65a25d4a9bdd0b567f82ac;p=pspp-builds.git diff --git a/src/ui/gui/var-type-dialog.c b/src/ui/gui/var-type-dialog.c index db2e85b5..44afc84e 100644 --- a/src/ui/gui/var-type-dialog.c +++ b/src/ui/gui/var-type-dialog.c @@ -21,7 +21,6 @@ #include #include -#include #include #include @@ -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));