[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_9.0-42-g39a102e

Rémi Cardona nobody at users.sourceforge.net
Fri Mar 4 08:44:06 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  39a102e6cf669dc92f1abc614ac76295599c04fe (commit)
       via  a01e76d29afca4c61fd281c54396ebe0569e3b81 (commit)
       via  4b16b1c444fe83fe034718c2a74a44742c993eca (commit)
       via  ea230af0e1f904ef2b8dc747ff12f340bebef174 (commit)
       via  8e28178ef147a6a7fcf9e532125ccd1ab086b59c (commit)
      from  a6f9811633c5dcad502c193c050a017475245eac (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 39a102e6cf669dc92f1abc614ac76295599c04fe
Author: Rémi Cardona <remi at gentoo.org>
Date:   Fri Mar 4 08:32:27 2011 +0100

    Declare 2 variables as static, they are only used within imputation_budgetaire.c

commit a01e76d29afca4c61fd281c54396ebe0569e3b81
Author: Rémi Cardona <remi at gentoo.org>
Date:   Fri Mar 4 08:31:46 2011 +0100

    Remove unused 'ancien_tiers_etat' variable in etats_config.c

commit 4b16b1c444fe83fe034718c2a74a44742c993eca
Author: Rémi Cardona <remi at gentoo.org>
Date:   Fri Mar 4 00:28:25 2011 +0100

    Make 'titres_affiches' a static variable where it is solely used

commit ea230af0e1f904ef2b8dc747ff12f340bebef174
Author: Rémi Cardona <remi at gentoo.org>
Date:   Fri Mar 4 00:27:34 2011 +0100

    Declare 2 variables as static, they are only used within etats_config.c

commit 8e28178ef147a6a7fcf9e532125ccd1ab086b59c
Author: Rémi Cardona <remi at gentoo.org>
Date:   Thu Mar 3 23:53:09 2011 +0100

    Drop 'extern' keyword on custom_list_get_type()

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

Changes:
diff --git a/src/custom_list.c b/src/custom_list.c
index be2adc0..0dd60ff 100644
--- a/src/custom_list.c
+++ b/src/custom_list.c
@@ -151,7 +151,7 @@ CustomList *custom_list_new (void)
  *
  * \return	Gtype
  * */
-extern GType custom_list_get_type (void)
+GType custom_list_get_type (void)
 {
     static GType custom_list_type = 0;
 
diff --git a/src/custom_list.h b/src/custom_list.h
index eae9705..9609902 100644
--- a/src/custom_list.h
+++ b/src/custom_list.h
@@ -168,7 +168,7 @@ struct _CustomListClass
 /* END_INCLUDE_H */
 
 /* START_DECLARATION */
-extern GType custom_list_get_type (void);
+GType custom_list_get_type (void);
 CustomList *custom_list_new (void);
 void custom_list_set_value (GtkTreeModel *tree_model,
 			    GtkTreeIter  *iter,
diff --git a/src/etats_affiche.c b/src/etats_affiche.c
index 2e72864..fd0ef54 100644
--- a/src/etats_affiche.c
+++ b/src/etats_affiche.c
@@ -62,6 +62,7 @@ static void etat_affiche_attach_vsep ( int x, int x2, int y, int y2);
 
 
 static gint ancien_tiers_etat;
+static gint titres_affiches;
 
 /*START_EXTERN*/
 extern gint ancien_compte_etat;
@@ -108,7 +109,6 @@ extern const gchar *nom_ss_categ_en_cours;
 extern const gchar *nom_ss_ib_en_cours;
 extern const gchar *nom_tiers_en_cours;
 extern gsb_real null_real;
-extern gint titres_affiches;
 /*END_EXTERN*/
 
 
diff --git a/src/etats_config.c b/src/etats_config.c
index 3c856ac..2d78c57 100644
--- a/src/etats_config.c
+++ b/src/etats_config.c
@@ -175,7 +175,7 @@ enum
 /* fichier etats_config.c */
 /***********************************/
 
-gchar *liste_plages_dates[] = {
+static gchar *liste_plages_dates[] = {
     N_("All"),
     N_("Custom"),
     N_("Total to now"),
@@ -191,7 +191,7 @@ gchar *liste_plages_dates[] = {
     N_("Last 12 months"),
     NULL };
 
-gchar *jours_semaine[] = {
+static gchar *jours_semaine[] = {
     N_("Monday"),
     N_("Tuesday"),
     N_("Wednesday"),
@@ -313,7 +313,6 @@ gint ancienne_categ_etat;
 gint ancienne_categ_speciale_etat;
 gint ancienne_sous_categ_etat;
 gint ancien_compte_etat;
-gint ancien_tiers_etat;
 gsb_real montant_categ_etat;
 gsb_real montant_sous_categ_etat;
 gsb_real montant_ib_etat;
@@ -348,7 +347,6 @@ const gchar *nom_ib_en_cours;
 const gchar *nom_ss_ib_en_cours;
 const gchar *nom_compte_en_cours;
 const gchar *nom_tiers_en_cours;
-gint titres_affiches;
 
 static GtkWidget *bouton_detaille_mode_paiement_etat = NULL;
 static GtkWidget *vbox_mode_paiement_etat = NULL;
diff --git a/src/imputation_budgetaire.c b/src/imputation_budgetaire.c
index 780cfee..16fd9a7 100644
--- a/src/imputation_budgetaire.c
+++ b/src/imputation_budgetaire.c
@@ -77,10 +77,10 @@ GtkTreeStore *budgetary_line_tree_model = NULL;
 gint no_devise_totaux_ib;
 
 /* variable for the management of the cancelled edition */
-gboolean sortie_edit_budgetary_line = FALSE;
+static gboolean sortie_edit_budgetary_line = FALSE;
 
 /* structure pour la sauvegarde de la position */
-struct metatree_hold_position *budgetary_hold_position;
+static struct metatree_hold_position *budgetary_hold_position;
 
 /*START_EXTERN*/
 extern MetatreeInterface * budgetary_interface;


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list