Initialize "may-create-vars" to TRUE by default.
authorBen Pfaff <blp@gnu.org>
Sat, 8 Mar 2008 07:40:31 +0000 (07:40 +0000)
committerBen Pfaff <blp@gnu.org>
Sat, 8 Mar 2008 07:40:31 +0000 (07:40 +0000)
src/ui/gui/ChangeLog
src/ui/gui/psppire-var-sheet.c

index eb8edfb95f5ad106d5da610e63d6896dab538860..bc50855e6d42d9ae51818a4c243c54b5b5b2b263 100644 (file)
@@ -1,3 +1,8 @@
+2008-03-07  Ben Pfaff  <blp@gnu.org>
+
+       * psppire-var-sheet.c: Initialize "may-create-vars" to TRUE by
+       default.
+
 2008-03-06  Ben Pfaff  <blp@gnu.org>
 
        * psppire-var-sheet.c psppire-var-sheet.h: Add "may-create-vars"
index 79446fb3a812c32cb498602d5627688caf310fed..256f3c93930a66dcbaf849ed2234f306414ad81b 100644 (file)
@@ -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 )
     {