X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fcomments-dialog.c;h=f425fac2364d2d285429b6fdd48a4db9485d2b8d;hb=a2bd2e76dfd5b22649c624abfe56c1d6cb14c2d9;hp=f1a4936e6de06e9df95abcff13966f09faa8705e;hpb=a4a503e1d9999103164767b20230f7ea38fd198c;p=pspp-builds.git diff --git a/src/ui/gui/comments-dialog.c b/src/ui/gui/comments-dialog.c index f1a4936e..f425fac2 100644 --- a/src/ui/gui/comments-dialog.c +++ b/src/ui/gui/comments-dialog.c @@ -29,7 +29,6 @@ #include "dialog-common.h" #include -#include #include @@ -39,7 +38,7 @@ struct comment_dialog { - GladeXML *xml; + GtkBuilder *xml; PsppireDict *dict; }; @@ -98,7 +97,7 @@ comments_dialog (GObject *o, gpointer data) struct data_editor *de = data; struct comment_dialog cd; - GladeXML *xml = XML_NEW ("psppire.glade"); + GtkBuilder *xml = builder_new ("psppire.ui"); GtkWidget *dialog = get_widget_assert (xml, "comments-dialog"); GtkWidget *textview = get_widget_assert (xml, "comments-textview1");