[grisbi-cvs] [git push]Grisbi branch grisbi-1.0.x updated. upstream_version_1_0_0-1-g1383fba
Rémi Cardona
noreply at sourceforge.net
Wed Mar 26 22:46:25 CET 2014
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-1.0.x has been updated
via 1383fba311178f179a158ad0ebca14362e217e60 (commit)
from 9144263748b430d6cb59cc11119dbd7f5ee3bf9e (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 -----------------------------------------------------------------
http://grisbi.git.sourceforge.net/git/gitweb.cgi?p=grisbi/code;a=commitdiff;h=
commit 2a23d5b27e54a95aed4ec6af92a8e23b7fb995a6
Author: pbiava <pierre.biava at nerim.net>
Date: Sun Mar 23 08:45:05 2014 +0100
removes a ";" which ignores a part execution of a conditional statement (cherry picked from commit e6cf8e22015a584b673e6853e2a5e520b6d3f887)
diff --git a/src/bet_data.c b/src/bet_data.c
index 6d5e933..df7a82a 100644
--- a/src/bet_data.c
+++ b/src/bet_data.c
@@ -444,7 +444,7 @@ gboolean bet_data_search_div_hist ( gint account_number, gint div_number, gint s
{
if ( sub_div_nb == 0 )
return_val = TRUE;
- else if ( sub_div_nb > 0 );
+ else if ( sub_div_nb > 0 )
{
sub_key = utils_str_itoa ( sub_div_nb );
if ( g_hash_table_lookup ( shd -> sub_div_list, sub_key ) )
-----------------------------------------------------------------------
Summary of changes:
share/grisbi.desktop.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Grisbi
More information about the cvs
mailing list