Re: r16208 - gnucash/branches/csv-import/src/import-export/csv - Added a bunch of comments to gnc-csv-import.c.

2007-06-27 Thread Benjamin Sperisen
Hi Josh and Derek, Thanks for your helpful suggestions! I've just committed a revision incorporating them, as well as a number of new comments. On 6/25/07, Derek Atkins [EMAIL PROTECTED] wrote: -static void encoding_selected(GOCharmapSel* selector, const char* enc, +/* Event handler for a

Re: r16208 - gnucash/branches/csv-import/src/import-export/csv - Added a bunch of comments to gnc-csv-import.c.

2007-06-25 Thread Derek Atkins
Josh Sled [EMAIL PROTECTED] writes: + GtkTreeView* treeview; /* The treeview containing the data */ + GtkTreeView* ctreeview; /* The treeview containing the column types */ + GtkCheckButton* sep_buttons[SEP_NUM_OF_TYPES]; /* Checkbuttons for common separators */ + GtkCheckButton*

Re: r16208 - gnucash/branches/csv-import/src/import-export/csv - Added a bunch of comments to gnc-csv-import.c.

2007-06-23 Thread Josh Sled
Benjamin Sperisen [EMAIL PROTECTED] writes: Log: Added a bunch of comments to gnc-csv-import.c. Modified: gnucash/branches/csv-import/src/import-export/csv/gnc-csv-import.c +/* This struct contains all of the data relevant to the preview dialog + * that lets the user configure an import.