[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_9.0-119-g43be8da

Rémi Cardona nobody at users.sourceforge.net
Sat Apr 2 13:18:59 CEST 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  43be8da9e791b1a4904f6f86ef6c45407f58d1df (commit)
      from  81fe92a5e79cfb63855c294017ef892fd332122f (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 43be8da9e791b1a4904f6f86ef6c45407f58d1df
Author: Rémi Cardona <remi at gentoo.org>
Date:   Sat Apr 2 11:52:21 2011 +0200

    Declare 'bet_duration_array' as static as it's only used within bet_config.c

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

Changes:
diff --git a/src/bet_config.c b/src/bet_config.c
index 074b8ba..9c58927 100644
--- a/src/bet_config.c
+++ b/src/bet_config.c
@@ -90,7 +90,7 @@ extern GtkTreeModel *bet_fyear_model_filter;
 extern GtkWidget *notebook_general;
 /*END_EXTERN*/
 
-gchar* bet_duration_array[] = {
+static gchar* bet_duration_array[] = {
     N_("Month"),
     N_("Year"),
     NULL
diff --git a/src/bet_tab.c b/src/bet_tab.c
index c992483..e6e24fb 100644
--- a/src/bet_tab.c
+++ b/src/bet_tab.c
@@ -148,7 +148,6 @@ static gboolean bet_array_update_average_column ( GtkTreeModel *model,
 
 /*START_EXTERN*/
 extern GtkWidget *account_page;
-extern gchar* bet_duration_array[];
 extern GdkColor couleur_bet_division;
 extern GdkColor couleur_bet_future;
 extern GdkColor couleur_selection;


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list