[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_9.0-47-g7b13af5

Rémi Cardona nobody at users.sourceforge.net
Tue Mar 8 09:49:28 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  7b13af53576981d0339c7405aaf986f9b5cfc5a1 (commit)
      from  66ee1e2f0ea962b3374278f89e9a847699dd77ce (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 7b13af53576981d0339c7405aaf986f9b5cfc5a1
Author: Rémi Cardona <remi at gentoo.org>
Date:   Tue Mar 8 09:06:28 2011 +0100

    Declare variable as static in gsb_account_property.c

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

Changes:
diff --git a/src/gsb_account_property.c b/src/gsb_account_property.c
index fb51486..5bd7356 100644
--- a/src/gsb_account_property.c
+++ b/src/gsb_account_property.c
@@ -145,7 +145,7 @@ struct iso_13616_iban iso_13616_ibans [] = {
 };
 
 static GtkWidget *edit_bank_button = NULL;
-GtkWidget *detail_nom_compte = NULL;
+static GtkWidget *detail_nom_compte = NULL;
 static GtkWidget *detail_type_compte = NULL;
 static GtkWidget *detail_titulaire_compte = NULL;
 static GtkWidget *detail_adresse_titulaire = NULL;


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list