AUDIT: r17157 - gnucash/trunk/src/import-export/qif-import - Bug #514210: This fixes a QIF import bug introduced in r17156 which prevented users from creating new accounts while mapping accounts. It also fixes several GUI annoyances:

Charles Day cedayiv at cvs.gnucash.org
Fri May 16 18:14:26 EDT 2008


Author: cedayiv
Date: 2008-05-16 18:14:25 -0400 (Fri, 16 May 2008)
New Revision: 17157
Trac: http://svn.gnucash.org/trac/changeset/17157

Modified:
   gnucash/trunk/src/import-export/qif-import/dialog-account-picker.c
   gnucash/trunk/src/import-export/qif-import/dialog-account-picker.h
   gnucash/trunk/src/import-export/qif-import/druid-qif-import.c
Log:
Bug #514210: This fixes a QIF import bug introduced in r17156 which prevented users from creating new accounts while mapping accounts. It also fixes several GUI annoyances:
 1. The tree now automatically expands to show the currently selected account.
 2. The new account dialog's OK button is now activated by the Enter key.
 3. Focus returns to the account tree when the new account dialog is closed.
 4. Creation of empty account names is prevented.

Finally, a memory leak has been fixed and many new comments have been added.
BP




More information about the gnucash-patches mailing list