Follow-up Comment #1, patch #6426 (project pspp):

The var-sheet-add-features.patch is going to conflict badly with some edits
I'm working on.  Can you hold off on this one for a day or two.  I'll try to
post a patch shortly and we can negotiate this.

In var-store-add-features, I suggest that instead of a "for-input" property
of boolean type, you use g_param_spec_enum to create a enumerated type
property called "format-type" or something similar.
Instead of the declarations :
  int trailing_rows;
  bool for_input;

can you write:

 gint trailing_rows;
 gboolean for_input;


I can't foresee any problems with any of the other patches.



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?6426>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to