X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fdata-sheet.c;h=cfc715408e7849bbd323385652e1064faad00b4c;hb=04752a092964c66d468ca820ff066aac42a38cb0;hp=2a211ac7442271ab067bdd1a305162f89e208dd5;hpb=26b8e68e01f3422f2f1be2469435d34d27635c44;p=pspp-builds.git diff --git a/src/ui/gui/data-sheet.c b/src/ui/gui/data-sheet.c index 2a211ac7..cfc71540 100644 --- a/src/ui/gui/data-sheet.c +++ b/src/ui/gui/data-sheet.c @@ -108,8 +108,7 @@ psppire_data_sheet_create (gchar *widget_name, gchar *string1, gchar *string2, { GtkWidget *sheet; - sheet = gtk_sheet_new (G_SHEET_ROW (the_data_store), - G_SHEET_COLUMN (the_data_store), "data sheet", 0); + sheet = gtk_sheet_new (G_SHEET_ROW (the_data_store), G_SHEET_COLUMN (the_data_store), NULL); the_data_store->width_of_m = calc_m_width (sheet, the_data_store->font_desc);