[grisbi-cvs] [SCM] grisbi branch, grisbi-1.0.x, updated. upstream_version_0_9_90-45-g82a76d8

Pierre Biava nobody at users.sourceforge.net
Thu Jan 17 21:36:30 CET 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grisbi".

The branch, grisbi-1.0.x has been updated
       via  82a76d87914b7446fcc01a20a8cb13267be76965 (commit)
      from  8dd17b3da4dfbd55e6b02efb01d087c5096bba9d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 82a76d87914b7446fcc01a20a8cb13267be76965
Author: pbiava <pierre.biava at nerim.net>
Date:   Tue Jan 15 19:28:11 2013 +0100

    add an accelerator key for New Transaction(cherry picked from commit 8f16a12d3cd35635792a0eba0963ea8755e4991a)

-----------------------------------------------------------------------

Changes:
diff --git a/src/menu.c b/src/menu.c
index 0c2babe..f6e245b 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -215,7 +215,7 @@ GtkWidget *init_menus ( GtkWidget *vbox )
         {"EditMenuAction", NULL, _("_Edit"), NULL, NULL, NULL },
         {"EditTransactionAction", GTK_STOCK_EDIT, _("_Edit transaction"), "", NULL,
          G_CALLBACK ( gsb_data_mix_edit_current_transaction ) },
-        {"NewTransactionAction", GTK_STOCK_NEW, _("_New transaction"), "", NULL,
+        {"NewTransactionAction", GTK_STOCK_NEW, _("_New transaction"), "<Control>T", NULL,
          G_CALLBACK ( gsb_data_mix_new_transaction_by_menu ) },
         {"RemoveTransactionAction", GTK_STOCK_DELETE, _("_Remove transaction"), "", NULL,
          G_CALLBACK ( gsb_data_mix_delete_current_transaction ) },


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list