[Gnucash-changes] r13702 - gnucash/trunk - Add a reconcile button to the toolbar of a register page.

David Hampton hampton at cvs.gnucash.org
Sat Mar 25 19:21:55 EST 2006


Author: hampton
Date: 2006-03-25 19:21:54 -0500 (Sat, 25 Mar 2006)
New Revision: 13702
Trac: http://svn.gnucash.org/trac/changeset/13702

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/gnome/gnc-plugin-page-register.c
   gnucash/trunk/src/gnome/ui/gnc-plugin-page-register-ui.xml
Log:
Add a reconcile button to the toolbar of a register page.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-03-25 23:51:28 UTC (rev 13701)
+++ gnucash/trunk/ChangeLog	2006-03-26 00:21:54 UTC (rev 13702)
@@ -1,5 +1,9 @@
 2006-03-25  David Hampton  <david at hampton-pc.rainbolthampton.net>
 
+	* src/gnome/gnc-plugin-page-register.c:
+	* src/gnome/ui/gnc-plugin-page-register-ui.xml: Add a reconcile
+	button to the toolbar of a register page.  Fixes 136522.
+
 	* src/gnome/window-reconcile.c: Add a context menu to the
 	reconcile window.  Fixes 120830.
 

Modified: gnucash/trunk/src/gnome/gnc-plugin-page-register.c
===================================================================
--- gnucash/trunk/src/gnome/gnc-plugin-page-register.c	2006-03-25 23:51:28 UTC (rev 13701)
+++ gnucash/trunk/src/gnome/gnc-plugin-page-register.c	2006-03-26 00:21:54 UTC (rev 13702)
@@ -228,7 +228,7 @@
 	{ "ActionsTransferAction", GNC_STOCK_TRANSFER, N_("_Transfer..."), "<control>t",
 	  N_("Transfer funds from one account to another"),
 	  G_CALLBACK (gnc_plugin_page_register_cmd_transfer) },
-	{ "ActionsReconcileAction", NULL, N_("_Reconcile..."), NULL,
+	{ "ActionsReconcileAction", GTK_STOCK_INDEX, N_("_Reconcile..."), NULL,
 	  N_("Reconcile the selected account"),
 	  G_CALLBACK (gnc_plugin_page_register_cmd_reconcile) },
 	{ "ActionsStockSplitAction", NULL, N_("Stoc_k Split..."), NULL,
@@ -331,6 +331,7 @@
   { "SplitTransactionAction",     N_("Split") },
   { "ScheduleTransactionAction",  N_("Schedule") },
   { "BlankTransactionAction",     N_("Blank") },
+  { "ActionsReconcileAction",     N_("Reconcile") },
   { NULL, NULL },
 };
 

Modified: gnucash/trunk/src/gnome/ui/gnc-plugin-page-register-ui.xml
===================================================================
--- gnucash/trunk/src/gnome/ui/gnc-plugin-page-register-ui.xml	2006-03-25 23:51:28 UTC (rev 13701)
+++ gnucash/trunk/src/gnome/ui/gnc-plugin-page-register-ui.xml	2006-03-26 00:21:54 UTC (rev 13702)
@@ -75,6 +75,7 @@
       <toolitem name="ToolbarScheduleTransaction"  action="ScheduleTransactionAction"/>
       <separator name="ToolbarSep68"/>
       <toolitem name="ToolbarTransfer"             action="ActionsTransferAction"/>
+      <toolitem name="ActionsReconcile"            action="ActionsReconcileAction"/>
     </placeholder>
   </toolbar>
 



More information about the gnucash-changes mailing list