[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_7_4-71-g83e7d87

Pierre Biava nobody at users.sourceforge.net
Mon Nov 1 19:08:26 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  83e7d87694d0359c8a554bea343a82c66b3ff6df (commit)
      from  e86737e7df88bbb2441dfcb56e1b2c6b762a5099 (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 83e7d87694d0359c8a554bea343a82c66b3ff6df
Author: pbiava <pierre.biava at nerim.net>
Date:   Mon Nov 1 19:07:17 2010 +0100

    bug fix initialization of the function of automatic backup

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

Changes:
diff --git a/src/gsb_file_config.c b/src/gsb_file_config.c
index c8f58f7..10be7af 100644
--- a/src/gsb_file_config.c
+++ b/src/gsb_file_config.c
@@ -292,6 +292,12 @@ devel_debug (NULL);
                         "Make backup nb minutes",
                         NULL );
 
+    /* exec gsb_file_automatic_backup_start ( ) if necessary */
+    if ( conf.make_backup_every_minutes
+	&&
+	conf.make_backup_nb_minutes )
+        gsb_file_automatic_backup_start ( NULL, NULL );
+
     conf.compress_backup = g_key_file_get_integer ( config,
                         "Backup",
                         "Compress backup",


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list