[grisbi-cvs] [SCM] grisbi branch, grisbi-gtk3, updated. grisbi_gtk3_1_3_0-216-gc952062

Pierre Biava nobody at users.sourceforge.net
Sun Apr 1 18:03:58 CEST 2012


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, grisbi-gtk3 has been updated
       via  c952062b6f6fe6e6d557d81f7227979c18ff19be (commit)
      from  1d63dd700064c6279effc8f55f2de20ab32b1465 (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 c952062b6f6fe6e6d557d81f7227979c18ff19be
Author: pbiava <pierre.biava at nerim.net>
Date:   Thu Mar 29 20:10:21 2012 +0200

    Adding the use of historical data in the budget module of cash accounts

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

Changes:
diff --git a/src/bet_hist.c b/src/bet_hist.c
index 7eb1938..ba7ddc3 100644
--- a/src/bet_hist.c
+++ b/src/bet_hist.c
@@ -858,7 +858,7 @@ void bet_historical_populate_div_model ( gpointer key,
     div_name = bet_data_get_div_name ( div_number, 0, NULL );
     account_nb = sh -> account_nb;
     kind = gsb_data_account_get_kind ( account_nb );
-    if ( kind == GSB_TYPE_CASH )
+    if ( kind == GSB_TYPE_CASH && etat.bet_deb_cash_account_option == 0 )
         edited = FALSE;
 
     currency_number = gsb_data_account_get_currency ( account_nb );


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list