[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_7_3-60-gbc226a3

Pierre Biava nobody at users.sourceforge.net
Sun Sep 26 17:42:08 CEST 2010


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  bc226a3ddf4fe89ee0a9287e9ad1af4855a31821 (commit)
      from  38f23b5dd252f881d5e5e888a9fc8d793a3c11ce (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 bc226a3ddf4fe89ee0a9287e9ad1af4855a31821
Author: pbiava <pierre.biava at nerim.net>
Date:   Sun Sep 26 17:40:43 2010 +0200

    fixed bug 1173

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

Changes:
diff --git a/src/menu.c b/src/menu.c
index 52241df..291fcd8 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -261,10 +261,17 @@ GtkWidget *init_menus ( GtkWidget *vbox )
          G_CALLBACK ( gsb_debug_start_log ), etat.debug_mode },
         {"ShowTransactionFormAction", NULL, _("Show transaction _form"), NULL, NULL,
          G_CALLBACK ( gsb_gui_toggle_show_form ), etat.formulaire_toujours_affiche },
+#ifdef GTKOSXAPPLICATION
+        {"ShowReconciledAction", NULL, _("Show _reconciled"), "<Meta>R", NULL,
+         G_CALLBACK ( gsb_gui_toggle_show_reconciled ), 0 },
+        {"ShowArchivedAction", NULL, _("Show _lines archives"), "<Meta>L", NULL,
+         G_CALLBACK ( gsb_gui_toggle_show_archived ), 0 },
+#else
         {"ShowReconciledAction", NULL, _("Show _reconciled"), "<Alt>R", NULL,
          G_CALLBACK ( gsb_gui_toggle_show_reconciled ), 0 },
         {"ShowArchivedAction", NULL, _("Show _lines archives"), "<Alt>L", NULL,
          G_CALLBACK ( gsb_gui_toggle_show_archived ), 0 },
+#endif
         {"ShowClosedAction", NULL, _("Show _closed accounts"), NULL, NULL,
          G_CALLBACK ( gsb_gui_toggle_show_closed_accounts ), etat.show_closed_accounts } 
     };


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list