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:
David Hampton 2003-10-24 23:34:41 +00:00
parent bfe58de193
commit 72dbe10699

View File

@ -30,7 +30,7 @@
#include "druid-hbci-initial.h"
#include "druid-hbci-utils.h"
#include "gnc-hbci-kvp.h"
#include "dialog-account-pick.h"
#include "import-account-matcher.h"
#include "gnc-hbci-utils.h"
#include "dialog-utils.h"
@ -1125,7 +1125,8 @@ on_accountlist_select_row (GtkCList *clist, gint row,
if (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 (old_value)