[grisbi-cvs] [SCM] grisbi branch, grisbi-0.8.x, updated. upstream_version_0_8_5-5-g7544052

Pierre Biava nobody at users.sourceforge.net
Sat Apr 16 18:04:44 CEST 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, grisbi-0.8.x has been updated
       via  7544052c224eb02a4671a0469ba92170eb803354 (commit)
      from  e91c4174083de06a572d1b22941f044b58fe906b (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 7544052c224eb02a4671a0469ba92170eb803354
Author: pbiava <pierre.biava at nerim.net>
Date:   Sat Apr 16 18:00:57 2011 +0200

    Fixed a display bug of a report while navigating in the left window Grisbi

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

Changes:
diff --git a/src/etats_onglet.c b/src/etats_onglet.c
index 3786020..3cb77db 100644
--- a/src/etats_onglet.c
+++ b/src/etats_onglet.c
@@ -53,6 +53,7 @@
 #include "utils_files.h"
 #include "structures.h"
 #include "fenetre_principale.h"
+#include "erreur.h"
 /*END_INCLUDE*/
 
 /*START_STATIC*/
@@ -996,6 +997,9 @@ void gsb_gui_update_gui_to_report ( gint report_number )
 	rafraichissement_etat ( report_number );
 	gsb_report_set_current (report_number);
     }
+    else
+        etat_affiche_finish ( );
+;
 }
 
 


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list