[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_1_1_1-68-g8f16a12

Pierre Biava nobody at users.sourceforge.net
Tue Jan 15 19:42:04 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, master has been updated
       via  8f16a12d3cd35635792a0eba0963ea8755e4991a (commit)
      from  a26270aa8710a08c674be2f33a24797c4aa794df (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 8f16a12d3cd35635792a0eba0963ea8755e4991a
Author: pbiava <pierre.biava at nerim.net>
Date:   Tue Jan 15 19:28:11 2013 +0100

    add an accelerator key for New Transaction

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

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