AUDIT: r23525 - gnucash/trunk/src/import-export/qif-import - Qif Import Assistant: Don't disable the whole dialog, just the Forward button

John Ralls jralls at code.gnucash.org
Mon Dec 9 22:34:28 EST 2013


Author: jralls
Date: 2013-12-09 22:34:27 -0500 (Mon, 09 Dec 2013)
New Revision: 23525
Trac: http://svn.gnucash.org/trac/changeset/23525

Modified:
   gnucash/trunk/src/import-export/qif-import/assistant-qif-import.c
   gnucash/trunk/src/import-export/qif-import/assistant-qif-import.glade
Log:
Qif Import Assistant: Don't disable the whole dialog, just the Forward button

The Qif import assistant would at many steps block entirely, requiring the
user to either do whatever is necessary to move forward or to quit and
restart Gnucash. That's a bit rude, so set pages as GTK_ASSISTANT_TYPE_CONTENT
instead of GTK_ASSISTANT_TYPE_PROGRESS.

Fix the file selection page so that the forward button isn't enabled until
a file is selected.

BP



More information about the gnucash-patches mailing list