X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-editor.c;h=e08f414d9866602a0a707ccd529071dac97df6f3;hb=d4d675f9a6e8ba71cfaf8522dc7eda9c1a1fc2aa;hp=c1908387f7765a834d48ff0d0af184300b540cdb;hpb=a40bfd89d189ff227a9f1692ebbf218254ca39be;p=pspp-builds.git diff --git a/src/ui/gui/psppire-data-editor.c b/src/ui/gui/psppire-data-editor.c index c1908387..e08f414d 100644 --- a/src/ui/gui/psppire-data-editor.c +++ b/src/ui/gui/psppire-data-editor.c @@ -735,7 +735,7 @@ init_sheet (PsppireDataEditor *de, int i, PsppireAxisUniform *vaxis = psppire_axis_uniform_new (); de->sheet_bin[i] = gtk_scrolled_window_new (hadj, vadj); - de->data_sheet[i] = gtk_sheet_new (NULL, NULL, NULL); + de->data_sheet[i] = gtk_sheet_new (NULL); g_object_set (de->sheet_bin[i], "border-width", 3,