[grisbi-cvs] [git push]Grisbi branch master updated. upstream_version_1_0_0-174-g2a23d5b

Pierre Biava noreply at sourceforge.net
Wed Mar 26 05:55:00 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, master has been updated
       via  2a23d5b27e54a95aed4ec6af92a8e23b7fb995a6 (commit)
       via  452045c0dfe2a9d68af1df1f43c3c041e7468c6d (commit)
       via  fdbcbe29aa4d6ad03fc3a8aaed595eb87a283930 (commit)
      from  3f6d3ae8bf480cd652ece85bdd05f3d4eb382cf6 (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 ) )

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 ) )

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:
 .gitignore              |    1 +
 src/bet_data.c          |    2 +-
 src/gsb_data_budget.c   |   17 +++++++++--------
 src/gsb_data_category.c |   17 +++++++++--------
 src/gsb_data_payee.c    |   15 ++++++++-------
 5 files changed, 28 insertions(+), 24 deletions(-)


hooks/post-receive
-- 
Grisbi


More information about the cvs mailing list