r15392 - gnucash/trunk/src/import-export/qif-import - Correctly empty date format combobox in qif import druid. Fix #396668.

Andreas Köhler andi5 at cvs.gnucash.org
Tue Jan 16 14:43:46 EST 2007


Author: andi5
Date: 2007-01-16 14:43:42 -0500 (Tue, 16 Jan 2007)
New Revision: 15392
Trac: http://svn.gnucash.org/trac/changeset/15392

Modified:
   gnucash/trunk/src/import-export/qif-import/druid-qif-import.c
Log:
Correctly empty date format combobox in qif import druid. Fix #396668.

When entering the page about choosing the date format (d-m-y, etc.) the
list of entries of the combobox is to be cleared and refilled.
Therefore, loop through all entries instead of
gtk_combo_box_remove_text'ing only the first entry. Trunk-only bug.




More information about the gnucash-patches mailing list