Set the "editable" properties of the sheets to TRUE
[pspp] / src / ui / gui / psppire-data-sheet.c
index 86122d35f8df3984c601971a931ef9080cda1f5c..dc3cdfba63549a72d40bc1473c134841d2587b4b 100644 (file)
@@ -351,6 +351,7 @@ psppire_data_sheet_new (void)
     g_object_new (PSPPIRE_TYPE_DATA_SHEET,
                  "forward-conversion", psppire_data_store_value_to_string,
                  "reverse-conversion", myreversefunc,
+                 "editable", TRUE,
                  NULL);
 
   return GTK_WIDGET (obj);