From fb3dcc5376587abb49350655a4a03f8c15566d44 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Fri, 12 May 2006 08:41:01 +0000 Subject: [PATCH] Add the Tools->HBCI Setup menu item to the register tabs as well. Bug#341510. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14028 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 5 +++++ src/import-export/hbci/gnc-plugin-hbci.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 15dc1e2ac5..b523cde176 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-05-12 Christian Stimming + + * src/import-export/hbci/gnc-plugin-hbci.c: Add the Tools->HBCI + Setup menu item to the register tabs as well. Bug#341510. + 2006-05-10 Derek Atkins * src/import-export/qif-io-core/qif-parse.scm: diff --git a/src/import-export/hbci/gnc-plugin-hbci.c b/src/import-export/hbci/gnc-plugin-hbci.c index 34c6710ff2..d40bb68c5c 100644 --- a/src/import-export/hbci/gnc-plugin-hbci.c +++ b/src/import-export/hbci/gnc-plugin-hbci.c @@ -135,6 +135,7 @@ static const gchar *account_tree_actions[] = { }; static const gchar *register_actions[] = { + "HbciSetupAction", "HbciGetBalanceAction", "HbciGetTransAction", "HbciIssueTransAction", @@ -398,7 +399,7 @@ gnc_plugin_hbci_main_window_page_changed (GncMainWindow *window, "visible", TRUE); } - /* Only make items sensitive is an account can be determined */ + /* Only make items sensitive if an account can be determined */ account = main_window_to_account (window); if (account) { gnc_plugin_update_actions(action_group, need_account_actions,