[Gnucash-changes] r14028 - gnucash/trunk - Add the Tools->HBCI Setup menu item to the register tabs as well. Bug#341510.

Christian Stimming cstim at cvs.gnucash.org
Fri May 12 04:41:02 EDT 2006


Author: cstim
Date: 2006-05-12 04:41:01 -0400 (Fri, 12 May 2006)
New Revision: 14028
Trac: http://svn.gnucash.org/trac/changeset/14028

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/import-export/hbci/gnc-plugin-hbci.c
Log:
Add the Tools->HBCI Setup menu item to the register tabs as well. Bug#341510.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-05-12 01:47:12 UTC (rev 14027)
+++ gnucash/trunk/ChangeLog	2006-05-12 08:41:01 UTC (rev 14028)
@@ -1,3 +1,8 @@
+2006-05-12  Christian Stimming <stimming at 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 at ihtfp.com>
 
 	* src/import-export/qif-io-core/qif-parse.scm:

Modified: gnucash/trunk/src/import-export/hbci/gnc-plugin-hbci.c
===================================================================
--- gnucash/trunk/src/import-export/hbci/gnc-plugin-hbci.c	2006-05-12 01:47:12 UTC (rev 14027)
+++ gnucash/trunk/src/import-export/hbci/gnc-plugin-hbci.c	2006-05-12 08:41:01 UTC (rev 14028)
@@ -135,6 +135,7 @@
 };
 
 static const gchar *register_actions[] = {
+  "HbciSetupAction",
   "HbciGetBalanceAction",
   "HbciGetTransAction",
   "HbciIssueTransAction",
@@ -398,7 +399,7 @@
 			      "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,



More information about the gnucash-changes mailing list