X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fdata-editor.c;h=c46cfa7a388a8df9f425e4f904c1d94bd8a83cef;hb=732b6a86124e89e24d685ed785d2df55728eb01b;hp=3cecdd71e7baa614af5a42596bb42e572e3d51bf;hpb=c97f6581b874c6057dbd4d581552774a3ed56ac5;p=pspp-builds.git diff --git a/src/ui/gui/data-editor.c b/src/ui/gui/data-editor.c index 3cecdd71..c46cfa7a 100644 --- a/src/ui/gui/data-editor.c +++ b/src/ui/gui/data-editor.c @@ -129,8 +129,7 @@ new_data_editor (void) e = (struct editor_window *) de; - de->xml = glade_xml_new (PKGDATADIR "/data-editor.glade", NULL, NULL); - + de->xml = XML_NEW ("data-editor.glade"); var_sheet = GTK_SHEET (get_widget_assert (de->xml, "variable_sheet"));