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
This commit is contained in:
Christian Stimming 2006-05-12 08:41:01 +00:00
parent 4ccc09c1c7
commit fb3dcc5376
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-05-12 Christian Stimming <stimming@tuhh.de>
* 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 <derek@ihtfp.com>
* src/import-export/qif-io-core/qif-parse.scm:

View File

@ -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,