mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
4ccc09c1c7
commit
fb3dcc5376
@ -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>
|
2006-05-10 Derek Atkins <derek@ihtfp.com>
|
||||||
|
|
||||||
* src/import-export/qif-io-core/qif-parse.scm:
|
* src/import-export/qif-io-core/qif-parse.scm:
|
||||||
|
@ -135,6 +135,7 @@ static const gchar *account_tree_actions[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const gchar *register_actions[] = {
|
static const gchar *register_actions[] = {
|
||||||
|
"HbciSetupAction",
|
||||||
"HbciGetBalanceAction",
|
"HbciGetBalanceAction",
|
||||||
"HbciGetTransAction",
|
"HbciGetTransAction",
|
||||||
"HbciIssueTransAction",
|
"HbciIssueTransAction",
|
||||||
@ -398,7 +399,7 @@ gnc_plugin_hbci_main_window_page_changed (GncMainWindow *window,
|
|||||||
"visible", TRUE);
|
"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);
|
account = main_window_to_account (window);
|
||||||
if (account) {
|
if (account) {
|
||||||
gnc_plugin_update_actions(action_group, need_account_actions,
|
gnc_plugin_update_actions(action_group, need_account_actions,
|
||||||
|
Loading…
Reference in New Issue
Block a user