Remove [hv]geo arguments to gtksheet which no longer do anything
[pspp-builds.git] / src / ui / gui / psppire-data-editor.c
index c1908387f7765a834d48ff0d0af184300b540cdb..e08f414d9866602a0a707ccd529071dac97df6f3 100644 (file)
@@ -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,