r22145 - gnucash/trunk/src/import-export/aqbanking - In online banking transfer, on the "To-Account" selection side, make the "Show Income/Expense" button active by default.

Christian Stimming cstim at code.gnucash.org
Fri Apr 13 16:04:08 EDT 2012


Author: cstim
Date: 2012-04-13 16:04:08 -0400 (Fri, 13 Apr 2012)
New Revision: 22145
Trac: http://svn.gnucash.org/trac/changeset/22145

Modified:
   gnucash/trunk/src/import-export/aqbanking/gnc-ab-transfer.c
Log:
In online banking transfer, on the "To-Account" selection side, make the "Show Income/Expense" button active by default.

Modified: gnucash/trunk/src/import-export/aqbanking/gnc-ab-transfer.c
===================================================================
--- gnucash/trunk/src/import-export/aqbanking/gnc-ab-transfer.c	2012-04-10 20:24:51 UTC (rev 22144)
+++ gnucash/trunk/src/import-export/aqbanking/gnc-ab-transfer.c	2012-04-13 20:04:08 UTC (rev 22145)
@@ -220,6 +220,7 @@
                 xfer_dialog, _("Online Banking Transaction"));
             gnc_xfer_dialog_lock_from_account_tree(xfer_dialog);
         }
+        gnc_xfer_dialog_set_to_show_button_active(xfer_dialog, TRUE);
 
         amount = double_to_gnc_numeric(
                      AB_Value_GetValueAsDouble(AB_Transaction_GetValue(ab_trans)),



More information about the gnucash-changes mailing list