Set the "editable" properties of the sheets to TRUE
[pspp] / src / ui / gui / psppire-variable-sheet.c
index 2adef3f4d56d28ed021a8b4bc28170d2ca32b75b..e37d4353028ef9c5611690c1b582ddbbb7d9f2dc 100644 (file)
@@ -458,6 +458,7 @@ psppire_variable_sheet_new (void)
                  "select-renderer-func", select_renderer_func,
                  "hmodel", vsh,
                  "forward-conversion", var_sheet_data_to_string,
+                 "editable", TRUE,
                  NULL);
 
   return GTK_WIDGET (obj);