[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_9.0-76-ga846fe7

Rémi Cardona nobody at users.sourceforge.net
Wed Mar 16 00:37:08 CET 2011


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  a846fe7c85040922c807b877319e558a5f767eb1 (commit)
      from  68d4a83f758b5b268ad78d47b2d0411c2b9121cd (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 a846fe7c85040922c807b877319e558a5f767eb1
Author: Rémi Cardona <remi at gentoo.org>
Date:   Wed Mar 16 00:19:22 2011 +0100

    Declare 3 variables as static as they're only used within tiers_onglet.c

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

Changes:
diff --git a/src/tiers_onglet.c b/src/tiers_onglet.c
index 596742d..8735d7f 100644
--- a/src/tiers_onglet.c
+++ b/src/tiers_onglet.c
@@ -109,12 +109,12 @@ GtkWidget *payee_tree = NULL;
 GtkTreeStore *payee_tree_model = NULL;
 
 /* variable for the management of the cancelled edition */
-gboolean sortie_edit_payee = FALSE;
+static gboolean sortie_edit_payee = FALSE;
 
 /* structure pour la sauvegarde de la position */
-struct metatree_hold_position *payee_hold_position;
+static struct metatree_hold_position *payee_hold_position;
 
-struct conditional_message *overwrite_payee;
+static struct conditional_message *overwrite_payee;
 
 /*START_EXTERN*/
 extern GdkColor couleur_selection;


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list