[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_7_95-1-gc4a541a

Pierre Biava nobody at users.sourceforge.net
Sat Dec 11 23:15:46 CET 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  c4a541a0688010b8d8b6310d3f4cc1fccd8b3582 (commit)
      from  6a2c9ccf06369b0ebf3f6863a6e35848f5e751a6 (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 c4a541a0688010b8d8b6310d3f4cc1fccd8b3582
Author: pbiava <pierre.biava at nerim.net>
Date:   Sat Dec 11 23:13:31 2010 +0100

    fixes a side effect of correcting the bug of backup after loading the file accounts

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

Changes:
diff --git a/src/gsb_file.c b/src/gsb_file.c
index 1c88907..bdc83d6 100644
--- a/src/gsb_file.c
+++ b/src/gsb_file.c
@@ -384,7 +384,10 @@ gboolean gsb_file_open_file ( gchar *filename )
         /* the file has been opened succesfully */
         /* we make a backup if necessary */
         if ( conf.sauvegarde_demarrage )
-            gsb_file_save_backup();
+        {
+            gsb_file_save_backup ();
+            etat.modification_fichier = FALSE;
+        }
     }
     else
     {


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list