psppire-var-sheet: Hard-code size of pixbuf cells.
[pspp] / src / data / settings.c
index 95fda576dae5ef61bb24c4c43f52a210b55b083e..b1d4a80b9d2773b798fe432e2731aa215979865d 100644 (file)
@@ -452,7 +452,7 @@ settings_get_workspace_cases (const struct caseproto *proto)
    bytes. */
 
 void
-settings_set_workspace ( size_t workspace)
+settings_set_workspace (size_t workspace)
 {
   the_settings.workspace = workspace;
 }
@@ -713,3 +713,10 @@ settings_get_var_style (void)
 {
   return the_settings.var_output_style;
 }
+
+
+void
+settings_set_var_style (enum settings_var_style s)
+{
+  the_settings.var_output_style = s;
+}