mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Use the generic import account picker.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9633 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
bfe58de193
commit
72dbe10699
@ -30,7 +30,7 @@
|
|||||||
#include "druid-hbci-initial.h"
|
#include "druid-hbci-initial.h"
|
||||||
#include "druid-hbci-utils.h"
|
#include "druid-hbci-utils.h"
|
||||||
#include "gnc-hbci-kvp.h"
|
#include "gnc-hbci-kvp.h"
|
||||||
#include "dialog-account-pick.h"
|
#include "import-account-matcher.h"
|
||||||
#include "gnc-hbci-utils.h"
|
#include "gnc-hbci-utils.h"
|
||||||
|
|
||||||
#include "dialog-utils.h"
|
#include "dialog-utils.h"
|
||||||
@ -1125,7 +1125,8 @@ on_accountlist_select_row (GtkCList *clist, gint row,
|
|||||||
if (hbci_acc) {
|
if (hbci_acc) {
|
||||||
old_value = g_hash_table_lookup (info->gnc_hash, hbci_acc);
|
old_value = g_hash_table_lookup (info->gnc_hash, hbci_acc);
|
||||||
|
|
||||||
gnc_acc = gnc_account_picker_dialog(old_value);
|
gnc_acc = gnc_import_select_account(NULL, FALSE, NULL, NULL, NO_TYPE,
|
||||||
|
old_value, NULL);
|
||||||
|
|
||||||
if (gnc_acc) {
|
if (gnc_acc) {
|
||||||
if (old_value)
|
if (old_value)
|
||||||
|
Loading…
Reference in New Issue
Block a user