r18911 - gnucash/trunk/src/import-export/csv - Partial fix for #611014 - CSV import crashes

Phil Longstaff plongstaff at code.gnucash.org
Mon Mar 15 12:10:27 EDT 2010


Author: plongstaff
Date: 2010-03-15 12:10:26 -0400 (Mon, 15 Mar 2010)
New Revision: 18911
Trac: http://svn.gnucash.org/trac/changeset/18911

Modified:
   gnucash/trunk/src/import-export/csv/gnc-csv-import.c
Log:
Partial fix for #611014 - CSV import crashes

Bug #611014 mentions a problem where after setting the columns, clicking OK and selecting a target account, the Date column is lost.  This is because of a difference in behaviour on windows and linux.  The code attaches to the "edited" signal of the renderer.  On linux, this signal is emitted when a new combo box item is selected.  On windows, the combo box needs to be selected and focus lost before the signal is emitted.  This is changed to the "changed" signal of the renderer which acts as expected on both platforms.




More information about the gnucash-patches mailing list