X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-var-sheet.c;h=615dd6520f4e17fce5b215bf89ed07266e49ebc2;hb=1fe087cbcce6a9eb41928b7af6b58c7a2aac47f8;hp=c17301056586ac8ad6c844e2a64face30e0ab44f;hpb=116686286bbd768ef9fce6d861b0706bb2d1177c;p=pspp-builds.git diff --git a/src/ui/gui/psppire-var-sheet.c b/src/ui/gui/psppire-var-sheet.c index c1730105..615dd652 100644 --- a/src/ui/gui/psppire-var-sheet.c +++ b/src/ui/gui/psppire-var-sheet.c @@ -16,7 +16,7 @@ #include #include "psppire-var-sheet.h" -#include +#include #include #include "helper.h" @@ -523,14 +523,13 @@ GtkWidget* psppire_var_sheet_new (void) { gint i; - PsppireAxisHetero *ha = psppire_axis_hetero_new (); - PsppireAxisHetero *va = psppire_axis_hetero_new (); + PsppireAxisImpl *ha = psppire_axis_impl_new (); + PsppireAxisImpl *va = psppire_axis_impl_new (); GtkWidget *w = g_object_new (psppire_var_sheet_get_type (), NULL); for (i = 0 ; i < 10 ; ++i) - psppire_axis_hetero_append (ha, column_def[i].width); - + psppire_axis_impl_append (ha, column_def[i].width); g_object_set (va, "default-size", 25,