Patch #6262. New developers guide and resulting fixes and cleanups.
[pspp-builds.git] / src / ui / gui / val-labs-dialog.c
index 05068d0f964523a91df558a58230c8c928ebcb56..7e558eec3f8fb62fe5cf88fda95fda02a5ebc890 100644 (file)
@@ -519,7 +519,7 @@ val_labs_dialog_show (struct val_labs_dialog *dialog)
   value_labels = var_get_value_labels (dialog->pv);
 
   if (value_labels)
-    dialog->labs = val_labs_copy ( value_labels );
+    dialog->labs = val_labs_clone ( value_labels );
   else
     dialog->labs = val_labs_create ( var_get_width (dialog->pv));