[grisbi-cvs] [SCM] grisbi branch, master, updated. 6945aea0b9e0877c30bd6e5590eab15a48879d44
Rémi Cardona
nobody at users.sourceforge.net
Thu Jun 24 09:18:30 CEST 2010
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 6945aea0b9e0877c30bd6e5590eab15a48879d44 (commit)
from 399d5adc2036d6a43e43a9d19947f2225a3636b3 (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 6945aea0b9e0877c30bd6e5590eab15a48879d44
Author: Rémi Cardona <remi at gentoo.org>
Date: Thu Jun 24 09:14:53 2010 +0200
fix overzealous replacement of g_date_get_days
Broken sed expression in commit 399d5adc2036d6a43e43a9d19947f2225a3636b3
-----------------------------------------------------------------------
Changes:
diff --git a/src/gsb_file_load.c b/src/gsb_file_load.c
index cd9552b..7e9c4f8 100644
--- a/src/gsb_file_load.c
+++ b/src/gsb_file_load.c
@@ -8613,7 +8613,7 @@ gboolean gsb_file_load_update_previous_version ( void )
reconcile_number = gsb_data_reconcile_get_account_last_number (
reconcile -> account_number );
final_date = gsb_data_reconcile_get_final_date ( reconcile_number );
- ecart_date = g_date_get_days_between ( final_date, reconcile -> final_date );
+ ecart_date = g_date_days_between ( final_date, reconcile -> final_date );
if ( abs (ecart_date) < 10 )
{
hooks/post-receive
--
grisbi
More information about the cvs
mailing list