From: Ben Pfaff Date: Sat, 8 Mar 2008 07:40:31 +0000 (+0000) Subject: Initialize "may-create-vars" to TRUE by default. X-Git-Tag: v0.6.0~68 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfcde1ce3ccb59f9203ae7e6b7ad7cadc6b06306;hp=6d36161c99f44e9e82a44505a49c1670a6937d98;p=pspp-builds.git Initialize "may-create-vars" to TRUE by default. --- diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index eb8edfb9..bc50855e 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,8 @@ +2008-03-07 Ben Pfaff + + * psppire-var-sheet.c: Initialize "may-create-vars" to TRUE by + default. + 2008-03-06 Ben Pfaff * psppire-var-sheet.c psppire-var-sheet.h: Add "may-create-vars" diff --git a/src/ui/gui/psppire-var-sheet.c b/src/ui/gui/psppire-var-sheet.c index 79446fb3..256f3c93 100644 --- a/src/ui/gui/psppire-var-sheet.c +++ b/src/ui/gui/psppire-var-sheet.c @@ -526,6 +526,7 @@ psppire_var_sheet_init (PsppireVarSheet *vs) g_object_unref (xml); vs->dispose_has_run = FALSE; + vs->may_create_vars = TRUE; for (i = 0 ; i < PSPPIRE_VAR_STORE_n_COLS ; ++i ) {