[grisbi-cvs] [SCM] grisbi branch, grisbi-0.8.x, updated. upstream_version_0_8_9-26-g67dd40c

Pierre Biava nobody at users.sourceforge.net
Mon Apr 16 19:02:30 CEST 2012


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  67dd40c5e4f1a73aac317e58226d367b75f86b79 (commit)
       via  8bdc145829b71cb10d327b906204b8374648112e (commit)
      from  09ff2cdc96b8c73268189c90ef16f081cc9fe78f (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 67dd40c5e4f1a73aac317e58226d367b75f86b79
Author: pbiava <pierre.biava at nerim.net>
Date:   Mon Apr 16 19:01:56 2012 +0200

    export.c: fixes a compilation problem

commit 8bdc145829b71cb10d327b906204b8374648112e
Author: pbiava <pierre.biava at nerim.net>
Date:   Sun Apr 8 11:29:38 2012 +0200

    new version of italian categories

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

Changes:
diff --git a/share/categories/it/00_general.cgsb b/share/categories/it/00_general.cgsb
index 51661ae..e339c30 100644
--- a/share/categories/it/00_general.cgsb
+++ b/share/categories/it/00_general.cgsb
@@ -77,11 +77,11 @@
     <Sub_category Nbc="11" Nb="9" Na="Sicurezza sociale" />
     <Category Nb="12" Na="Studi" Kd="1" />
     <Sub_category Nbc="12" Nb="1" Na="Corso" />
-    <Sub_category Nbc="12" Nb="2" Na="Libri" />
-    <Sub_category Nbc="12" Nb="3" Na="Tasse e contributi" />
+    <Sub_category Nbc="12" Nb="2" Na="Costi d'istuzione" />
+    <Sub_category Nbc="12" Nb="3" Na="Libri" />
+    <Category Nb="13" Na="Tariffe professionali" Kd="1" />
     <Sub_category Nbc="13" Nb="1" Na="Non rimborsabile" />
     <Sub_category Nbc="13" Nb="2" Na="Rimborsabile" />
-    <Category Nb="13" Na="Tariffe professionali" Kd="1" />
     <Category Nb="14" Na="Tasse" Kd="1" />
     <Sub_category Nbc="14" Nb="1" Na="Altre imposte" />
     <Sub_category Nbc="14" Nb="2" Na="Imposta sul reddito" />
diff --git a/src/export.c b/src/export.c
index a725a27..c000a6f 100644
--- a/src/export.c
+++ b/src/export.c
@@ -149,7 +149,8 @@ void export_accounts ( void )
 
     g_free ( extension );
     g_slist_free ( selected_accounts );
-    g_slist_free_full ( exported_accounts, ( GDestroyNotify ) expert_account_free_account_structure );
+    g_slist_foreach ( exported_accounts, ( GFunc ) expert_account_free_account_structure, NULL );
+    g_slist_free ( exported_accounts );
     gtk_widget_destroy ( dialog );
 }
 


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list