X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fsplit-file-dialog.c;h=57f5733c6f49c3d9dbfa4efaa44041621b645c80;hb=a2bd2e76dfd5b22649c624abfe56c1d6cb14c2d9;hp=22cdb9140483b5393010997bf40eb05f29c80961;hpb=a4a503e1d9999103164767b20230f7ea38fd198c;p=pspp-builds.git diff --git a/src/ui/gui/split-file-dialog.c b/src/ui/gui/split-file-dialog.c index 22cdb914..57f5733c 100644 --- a/src/ui/gui/split-file-dialog.c +++ b/src/ui/gui/split-file-dialog.c @@ -27,7 +27,6 @@ #include #include -#include #include "dialog-common.h" @@ -39,7 +38,7 @@ struct split_file_dialog { /* The XML that created the dialog */ - GladeXML *xml; + GtkBuilder *xml; /* The dictionary to which this dialog pertains */ PsppireDict *dict; @@ -177,7 +176,7 @@ split_file_dialog (GObject *o, gpointer data) GtkWidget *selector ; GtkWidget *on_off ; - sfd.xml = XML_NEW ("psppire.glade"); + sfd.xml = builder_new ("psppire.ui"); dialog = get_widget_assert (sfd.xml, "split-file-dialog"); source = get_widget_assert (sfd.xml, "split-file-dict-treeview");