[grisbi-cvs] [SCM] grisbi branch, grisbi-0.8.x, updated. upstream_version_0_8_7-35-g4d31b45

Pierre Biava nobody at users.sourceforge.net
Fri Dec 30 22:27:42 CET 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  4d31b4500879c59439b256c50c7390d3a21162fb (commit)
       via  13f8352c6bf1bbc2f3499c90ac112d898bafc74d (commit)
       via  76faaeeb05dab9550dcf13fadb67869329196bf2 (commit)
       via  a1543698521ff056919923ebd7a996542b9d580e (commit)
       via  363779a19851e0f30ebc20cac00fa9ecb3d0fe63 (commit)
       via  15ff86bbbb512c02c9fe8fa289a0cafc3471cf39 (commit)
       via  dca17882325104b824f530cc7b9542afa78eb78f (commit)
      from  86f69bea6d3d921cd87e12219d45c115d561f86d (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 4d31b4500879c59439b256c50c7390d3a21162fb
Author: pbiava <pierre.biava at nerim.net>
Date:   Fri Dec 30 22:00:23 2011 +0100

    new stable version grisbi-0.8.9

commit 13f8352c6bf1bbc2f3499c90ac112d898bafc74d
Author: pbiava <pierre.biava at nerim.net>
Date:   Fri Dec 30 21:51:00 2011 +0100

    update of the manual page

commit 76faaeeb05dab9550dcf13fadb67869329196bf2
Author: pbiava <pierre.biava at nerim.net>
Date:   Fri Dec 30 21:13:53 2011 +0100

    update strings

commit a1543698521ff056919923ebd7a996542b9d580e
Author: pbiava <pierre.biava at nerim.net>
Date:   Fri Dec 30 21:12:17 2011 +0100

    fixes bug 1432

commit 363779a19851e0f30ebc20cac00fa9ecb3d0fe63
Author: pbiava <pierre.biava at nerim.net>
Date:   Fri Dec 30 15:22:13 2011 +0100

    minor changes

commit 15ff86bbbb512c02c9fe8fa289a0cafc3471cf39
Author: pbiava <pierre.biava at nerim.net>
Date:   Fri Dec 30 15:16:38 2011 +0100

    fixes a potential segmentation fault when closing Grisbi

commit dca17882325104b824f530cc7b9542afa78eb78f
Author: pbiava <pierre.biava at nerim.net>
Date:   Sun Dec 4 07:25:21 2011 +0100

    update string(cherry picked from commit fd883026138d6a88ec7622f6a0927692cd4af916)

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

Changes:
diff --git a/NEWS b/NEWS
index c82f628..9d5036e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+New in version 0.8.9
+- fixes bug 1432
+- fixe a potential crash when closing Grisbi
+- minor changes
+
 New in version 0.8.8
 - update the Russian translation
 - fixes bug 1373: the transaction is not transferred to the new account when use the Edit menu
diff --git a/configure.in b/configure.in
index 61e9844..b4bce76 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 m4_define(grisbi_major_version, 0)
 m4_define(grisbi_minor_version, 8)
-m4_define(grisbi_micro_version, 8)
+m4_define(grisbi_micro_version, 9)
 m4_define(grisbi_version, grisbi_major_version.grisbi_minor_version.grisbi_micro_version)
 
 AC_INIT([grisbi],[grisbi_version],[http://grisbi.tuxfamily.org/mantis/login_select_proj_page.php?ref=bug_report_page.php],[grisbi],[http://www.grisbi.org/index.fr.html])
@@ -173,9 +173,9 @@ dnl Check for libofx
 dnl ================================================================
 
 AC_ARG_WITH(ofx,
-	AS_HELP_STRING([--with-ofx],[build grisbi without ofx support (default=auto)]),
+	AS_HELP_STRING([--without-ofx],[build grisbi without ofx support (default=no)]),
 	[build_ofx=$withval]
-	[build_ofx=auto])
+	[build_ofx=no])
 
 PKG_CHECK_MODULES(LIBOFX, [libofx], have_ofx=yes, have_ofx=no)
 if test "$build_ofx" = yes -a "$with_ofx" = no; then
@@ -351,7 +351,7 @@ This is an unstable version of grisbi. It is for test purposes only.
 Please, DO NOT use it in a production environment. It will probably crash and you will lose your data.
 
 If you are looking for a stable release of grisbi (0.8.x), either download it from:
-http://www.grisbi.org/download.fr.html
+http://sourceforge.net/projects/grisbi/files/grisbi%20stable/
 
 Thanks,
 The grisbi team
diff --git a/grisbi.spec b/grisbi.spec
index 68903c3..2fbb064 100644
--- a/grisbi.spec
+++ b/grisbi.spec
@@ -1,5 +1,5 @@
 %define name    grisbi
-%define version 0.8.8
+%define version 0.8.9
 %define release %mkrel 1
 
 %define _disable_ld_no_undefined 1
@@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
 %_iconsdir/hicolor/48x48/apps/%name.png
 
 %changelog
+* Fri Dec 30 2011 Pierre Biava <grisbi at pierre.biava.name> 0.8.8-1mdv2010.2
+- new version 0.8.9
+
 * Sat Aug 06 2011 Pierre Biava <grisbi at pierre.biava.name> 0.8.8-1mdv2010.2
 - new version 0.8.8
 
diff --git a/help/fr/grisbi-manuel.html b/help/fr/grisbi-manuel.html
index 6eaf472..008c3d5 100644
--- a/help/fr/grisbi-manuel.html
+++ b/help/fr/grisbi-manuel.html
@@ -10,12 +10,13 @@
 
 <H3 ALIGN=center>Copyright © 2001-2003 Daniel <FONT COLOR=navy>Cartron</FONT></H3>
 
-<H3 ALIGN=center>Dernière mise à jour le 6 novembre 2003</H3>
+<H3 ALIGN=center>Dernière mise à jour le 30 décembre 2011 par Pierre Biava</H3>
+
 Avant toutes choses, avez-vous pris la peine de vous abonner à la
-<A HREF="mailto:infos at grisbi.org">liste d'information</A> de Grisbi ?<BR>
+<A HREF="http://listes.grisbi.org/mailman/listinfo/user-french">liste des utilisateurs francophones</A> de Grisbi ?<BR>
 <BR>
-Vous ne recevrez que quelques e-mails par an, juste pour vous prévenir de la
-sortie d'une nouvelle version ou d'une correction de bug.<BR>
+Cette liste vous permettra de discuter avec d'autres utilisateurs de Grisbi qui pourront
+vous aider en cas de difficulté. En retour vous pourrez leur apporter vos connaissances.<BR>
 <BR>
 N'attendez pas, faites-le maintenant !<BR>
 <BR>
@@ -24,44 +25,26 @@ Depuis la version 0.4.1 de Grisbi, le manuel de l'utilisateur n'est plus int
 défaut dans les paquets. En effet, la taille toujours croissante de ce manuel d'une part
 et son internationalisation d'autre part nous obligent à en faire un paquet indépendant.
 
-<h1>Versions du manuel</h1>
-
-Le manuel existe en deux versions :
-
-<ul>
-
-	<li>une version texte ;</li>
-	
-	<li>une version illustrée de nombreuses copies d'écran.</li>
-
-</ul>
-
-Il va sans dire que la deuxième version est plus agréable à utiliser mais aussi plus
-lourde à télécharger. À vous de choisir...
-
-<H1>Installation du Manuel de l'utilisateur</H1>
-
-Sur le <A href="http://www.grisbi.org">site de Grisbi</A>, vous trouverez sur la page
-<A href="http://www.grisbi.org/download.fr.html">Téléchargement</A> à la rubrique
-<A href="http://www.grisbi.org/download.fr.html#doc">Documentation</A>
-la version du manuel qui vous conviendra.
+<h1>Version du manuel</h1>
 
-<H2>Installation du paquet</H2>
+Le manuel existe pour la version 0.6.0 de Grisbi.
+Pour la version 0.8.0 de Grisbi il est en cours d'élaboration et devrait sortir d'ici quelques mois.
+Toutefois celui de la version précédente suffit à couvrir l'utilisation courante de Grisbi.
 
-De même que le logiciel, le manuel de l'utilisateur est disponible sous la forme de paquets deb ou rpm.
-Par contre, il n'y a pas de rpm spécifiques selon les différentes distributions.
+<H1>téléchargement de la documentation </H1>
 
-L'installation du paquet se fait de la façon usuelle. Les fichiers et les images 
-seront installés dans /usr/share/gnome/help/grisbi/fr.
+vous trouverez la version pdf en suivant le lien suivant :<BR>
+<BR>
+<A href="http://sourceforge.net/projects/grisbi/files/Documentation/manual_0.6.0/">Téléchargement</A> à la rubrique
 
 <H2>Installation manuelle</H2>
 
-Si, pour une raison quelconque, vous devez (ou préférez) procéder à l'installation manuellement, vous devez
-télécharger l'archive grisbi-manuel-xxx-n.n.n.tar.gz où xxx désigne la version (texte 
-ou illustrée, txt ou img respectivement) et n.n.n la version.
-
+Pour procéder à l'installation manuellement, vous devez télécharger l'archive grisbi-manuel-html.tar.gz.<BR>
+<BR>
 Décompactez cette archive et copiez tous les fichiers .html et .png ainsi que le fichier topic.dat 
 dans /usr/share/gnome/help/grisbi/fr.
-
+<BR>
+<BR>
+<BR>
 </BODY>
 </HTML>
diff --git a/po/cs.po b/po/cs.po
index 2fe9303..613c78d 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: cs\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 17:27+0100\n"
+"POT-Creation-Date: 2011-12-30 15:23+0100\n"
 "PO-Revision-Date: 2011-02-19 01:39+0100\n"
 "Last-Translator: Markus7cz <markus7cz at gmail.com>\n"
 "Language-Team: \n"
@@ -1795,7 +1795,7 @@ msgstr ""
 "souborech - můžete je poškodit.\n"
 "Vytvořte si záložní kopii."
 
-#: ../src/dialog.c:115 ../src/main.c:455
+#: ../src/dialog.c:115 ../src/main.c:467
 #, c-format
 msgid "You are running Grisbi with GTK version %s"
 msgstr "Máte spušteno Grisbi s verzí GTK %s"
@@ -7562,7 +7562,7 @@ msgstr ""
 "zrušit tuto akci a uložit jej pod jiným jménem, nebo v Možnostech aktivovat "
 "volbu \"%s\"."
 
-#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:765
+#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:777
 msgid "unnamed"
 msgstr "nepojmenovaný"
 
@@ -9597,7 +9597,7 @@ msgstr "Spravovat podrozpočet"
 msgid "Transfer all transactions in another sub-budgetary line"
 msgstr "Přesunout všechny transakce do jiného podrozpočtu"
 
-#: ../src/main.c:458
+#: ../src/main.c:470
 msgid ""
 "The version of GTK you are using do not benefit from its latest features.\n"
 "\n"
@@ -9607,7 +9607,7 @@ msgstr ""
 "\n"
 "Měl(a) byste GTK upgradovat."
 
-#: ../src/main.c:579
+#: ../src/main.c:591
 #, c-format
 msgid "Error on sigaction: SIGSEGV won't be trapped\n"
 msgstr "Chyba sigaction: SIGSEGV nebude zachycen\n"
@@ -9615,7 +9615,7 @@ msgstr "Chyba sigaction: SIGSEGV nebude zachycen\n"
 #. Local Variables:
 #. c-basic-offset: 4
 #. End:
-#: ../src/main.c:718 ../src/main.c:758 ../share/grisbi.desktop.in.h:1
+#: ../src/main.c:730 ../src/main.c:770 ../share/grisbi.desktop.in.h:1
 msgid "Grisbi"
 msgstr "Grisbi"
 
diff --git a/po/da.po b/po/da.po
index 1922874..170ffec 100644
--- a/po/da.po
+++ b/po/da.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: da\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 17:27+0100\n"
+"POT-Creation-Date: 2011-12-30 15:23+0100\n"
 "PO-Revision-Date: 2006-03-25 13:23+0100\n"
 "Last-Translator: Dmitri Popov <dmpop at openoffice.org>\n"
 "Language-Team: \n"
@@ -1880,7 +1880,7 @@ msgid ""
 "Make a copy now."
 msgstr ""
 
-#: ../src/dialog.c:115 ../src/main.c:455
+#: ../src/dialog.c:115 ../src/main.c:467
 #, c-format
 msgid "You are running Grisbi with GTK version %s"
 msgstr ""
@@ -7509,7 +7509,7 @@ msgid ""
 "cancel and save it with another name or activate the \"%s\" option in setup."
 msgstr ""
 
-#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:765
+#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:777
 msgid "unnamed"
 msgstr "unavngivet"
 
@@ -9452,14 +9452,14 @@ msgstr "Budgetlinje"
 msgid "Transfer all transactions in another sub-budgetary line"
 msgstr "Fly transaktioner til kategori"
 
-#: ../src/main.c:458
+#: ../src/main.c:470
 msgid ""
 "The version of GTK you are using do not benefit from its latest features.\n"
 "\n"
 "You should upgrade GTK."
 msgstr ""
 
-#: ../src/main.c:579
+#: ../src/main.c:591
 #, c-format
 msgid "Error on sigaction: SIGSEGV won't be trapped\n"
 msgstr ""
@@ -9467,7 +9467,7 @@ msgstr ""
 #. Local Variables:
 #. c-basic-offset: 4
 #. End:
-#: ../src/main.c:718 ../src/main.c:758 ../share/grisbi.desktop.in.h:1
+#: ../src/main.c:730 ../src/main.c:770 ../share/grisbi.desktop.in.h:1
 msgid "Grisbi"
 msgstr "Grisbi"
 
diff --git a/po/de.po b/po/de.po
index d6f8829..caab9cd 100644
--- a/po/de.po
+++ b/po/de.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: de\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 17:27+0100\n"
+"POT-Creation-Date: 2011-12-30 15:23+0100\n"
 "PO-Revision-Date: 2011-02-20 23:28+0100\n"
 "Last-Translator: Martin Stromberger <mstromberger at aon.at>\n"
 "Language-Team: deutsch <de at li.org>\n"
@@ -1802,7 +1802,7 @@ msgstr ""
 "Verwenden Sie auf keinen Fall die Produktivdatei von Grisbi.\n"
 "Bitte erstellen Sie jetzt eine Kopie von der Produktivdatei."
 
-#: ../src/dialog.c:115 ../src/main.c:455
+#: ../src/dialog.c:115 ../src/main.c:467
 #, c-format
 msgid "You are running Grisbi with GTK version %s"
 msgstr "Sie führen Grisbi mit GTK-Version %s aus"
@@ -7635,7 +7635,7 @@ msgstr ""
 "speichern wollen, müssen Sie den Vorgang abbrechen und die Datei unter einem "
 "anderen Namen speichern oder die Option \"%s\" in den Einstellungen setzen."
 
-#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:765
+#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:777
 msgid "unnamed"
 msgstr "Unbenannt"
 
@@ -9718,7 +9718,7 @@ msgstr "Teil-Budgeteintrag verwalten"
 msgid "Transfer all transactions in another sub-budgetary line"
 msgstr "Alle Buchungen einem anderen Teil-Budgeteintrag zuordnen"
 
-#: ../src/main.c:458
+#: ../src/main.c:470
 msgid ""
 "The version of GTK you are using do not benefit from its latest features.\n"
 "\n"
@@ -9729,7 +9729,7 @@ msgstr ""
 "\n"
 "Es wird eine Aktualisierung auf eine neuere Version empfohlen."
 
-#: ../src/main.c:579
+#: ../src/main.c:591
 #, c-format
 msgid "Error on sigaction: SIGSEGV won't be trapped\n"
 msgstr "Fehler bei der Sigaktion. SIGSEGV wird nicht eingeschlossen\n"
@@ -9737,7 +9737,7 @@ msgstr "Fehler bei der Sigaktion. SIGSEGV wird nicht eingeschlossen\n"
 #. Local Variables:
 #. c-basic-offset: 4
 #. End:
-#: ../src/main.c:718 ../src/main.c:758 ../share/grisbi.desktop.in.h:1
+#: ../src/main.c:730 ../src/main.c:770 ../share/grisbi.desktop.in.h:1
 msgid "Grisbi"
 msgstr "Grisbi"
 
diff --git a/po/el.po b/po/el.po
index d77cf66..8b44f69 100644
--- a/po/el.po
+++ b/po/el.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Grisbi 0.5.9\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 17:27+0100\n"
+"POT-Creation-Date: 2011-12-30 15:23+0100\n"
 "PO-Revision-Date: 2009-04-13 14:53+0200\n"
 "Last-Translator: \n"
 "Language-Team: KASKAS <ttnfy17 at yahoo.gr>\n"
@@ -1908,7 +1908,7 @@ msgstr ""
 "αρχεία λογιστικής σας. (Η μορφή αρχείου μπορεί να αλλάξει και να καταστήσει "
 "τα αρχεία ασύμβατα με τις προηγούμενες εκδόσεις)."
 
-#: ../src/dialog.c:115 ../src/main.c:455
+#: ../src/dialog.c:115 ../src/main.c:467
 #, fuzzy, c-format
 msgid zy, c-format  15 ../src/main.c:467  „ις προηγούμενες εκδόσεις)."  »Î»Î¬Î¾ÎµÎ¹ και να καταστήσει "  .grisbi.org/index.fr.html])  +                          ’øðٞ+  €½7ÿ  €Úž+          p²7ÿ         @±7ÿ  k Ô؞+  6                    è     è!     è!     ½7ÿ  €½7ÿ  x´ðٞ+          p³7ÿ          ’âÓ؞+          † Ô؞+  ½7ÿ  `âÓ؞+  O½7ÿ         À¯Tڞ+  uêÓ؞+    Tڞ+  ؤTڞ+  ¨©Tڞ+  €
Õ؞+          x´ðٞ+          p³7ÿ          @²7ÿ  k Ô؞+  à!     à!     ½7ÿ  €½7ÿ  H~Ðٞ+          P´7ÿ         ’âÓ؞+          † Ô؞+  ½7ÿ  `âÓ؞+  O½7ÿ  @½7ÿ  8½7ÿ  8õ؞+  Œp˜        €½7ÿ  uêÓ؞+  €
Õ؞+                  P´7ÿ          ³7ÿ  k Ô؞+          G       H   I       J   K           M   N   O       P   ½7ÿ  €½7ÿ  H5§Ùž+          ðµ7ÿ         ’âÓ؞+          † Ô؞+  ½7ÿ         0¯Tڞ+  uêÓ؞+   Àðٞ+   i„Ùž+    Tڞ+  ؤTڞ+  ¨©Tڞ+  €
Õ؞+          H5§Ùž+          ðµ7ÿ         0´7ÿ  k Ô؞+  85§Ùž+          ðµ7ÿ         `´7ÿ  k Ô؞+  (5§Ùž+          ðµ7ÿ         ´7ÿ  k Ô؞+  5§Ùž+          ðµ7ÿ         À´7ÿ  k Ô؞+  	       ¨®Tڞ+  uêÓ؞+         ¨©Tڞ+  @¯7ÿ          Š¸„Ùž+  eéÓ؞+         ؤTڞ+  `µ7ÿ          y¸„Ùž+  eéÓ؞+           Tڞ+  µ7ÿ          Z¸„Ùž+  eéÓ؞+  Ød„Ùž+   Àðٞ+   i„Ùž+    Tڞ+  ØÄðٞ+  ؤTڞ+  ¨©Tڞ+  €
Õ؞+          8õ؞+                        -Pٞ+  €½7ÿ  pûƒÙž+          @·7ÿ          ¶7ÿ  k Ô؞+      5   6   7   8   :   <   =   >       ?       @   B   D       ½7ÿ  €½7ÿ  à-Mٞ+                 €½7ÿ  uêÓ؞+         õ؞+  Àµ7ÿ          -Pٞ+  eéÓ؞+  õ؞+          Õ_ at fÆS         Qöl±íÁCٞ+  €½7ÿ  à-Mٞ+          P¸7ÿ          ·7ÿ  k Ô؞+  u]ÞÓ	4Q ÷U^Qʉ§ ¶uª¹ñìò*ēv½7ÿ  €½7ÿ  H~ٞ+          ÄUٞ+          À¾7ÿ  ¦Ð·Úž+  ¦Ð·Úž+         Sٞ+  O½7ÿ  €¾7ÿ  8½7ÿ   ¹7ÿ  Ïðٞ+  uêÓ؞+  ØÄðٞ+   À7ÿ  ¢Ð·Úž+  о7ÿ          `º7ÿ                 ÿÿÿÿÿÿÿÿ¢Ð·Úž+          ˆ½7ÿ                  "You are running Grisbi with GTK version %s"
 msgstr "Τρέχετε  την έκδοση Grisbi %s"
@@ -7893,7 +7893,7 @@ msgstr ""
 "πρέπει να το ακυρώσετε και το σώζετε με ένα άλλο όνομα ή ενεργοποιείτε την "
 "επιλογή \"%s\" στην οργάνωση."
 
-#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:765
+#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:777
 msgid "unnamed"
 msgstr "απροσδιόριστος"
 
@@ -10010,14 +10010,14 @@ msgstr "υπο--δημοσιονομική γραμμή"
 msgid "Transfer all transactions in another sub-budgetary line"
 msgstr "Συναλλαγές μεταφοράς %s"
 
-#: ../src/main.c:458
+#: ../src/main.c:470
 msgid ""
 "The version of GTK you are using do not benefit from its latest features.\n"
 "\n"
 "You should upgrade GTK."
 msgstr ""
 
-#: ../src/main.c:579
+#: ../src/main.c:591
 #, c-format
 msgid "Error on sigaction: SIGSEGV won't be trapped\n"
 msgstr "Λάθος στο sigaction: SIGSEGV δεν  είναι παγιδευμένο\n"
@@ -10025,7 +10025,7 @@ msgstr "Λάθος στο sigaction: SIGSEGV δεν  είναι παγιδευμ
 #. Local Variables:
 #. c-basic-offset: 4
 #. End:
-#: ../src/main.c:718 ../src/main.c:758 ../share/grisbi.desktop.in.h:1
+#: ../src/main.c:730 ../src/main.c:770 ../share/grisbi.desktop.in.h:1
 msgid "Grisbi"
 msgstr "Grisbi"
 
diff --git a/po/eo.po b/po/eo.po
index 3c9e600..8a3353c 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: eo\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 17:27+0100\n"
+"POT-Creation-Date: 2011-12-30 15:23+0100\n"
 "PO-Revision-Date: 2009-06-28 20:04+0200\n"
 "Last-Translator: Cyril Castelbou <cyril.castelbou at free.fr>\n"
 "Language-Team: esperanto <eo at li.org>\n"
@@ -1729,7 +1729,7 @@ msgid ""
 "Make a copy now."
 msgstr ""
 
-#: ../src/dialog.c:115 ../src/main.c:455
+#: ../src/dialog.c:115 ../src/main.c:467
 #, c-format
 msgid "You are running Grisbi with GTK version %s"
 msgstr ""
@@ -7138,7 +7138,7 @@ msgid ""
 "cancel and save it with another name or activate the \"%s\" option in setup."
 msgstr ""
 
-#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:765
+#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:777
 msgid "unnamed"
 msgstr ""
 
@@ -8975,14 +8975,14 @@ msgstr ""
 msgid "Transfer all transactions in another sub-budgetary line"
 msgstr ""
 
-#: ../src/main.c:458
+#: ../src/main.c:470
 msgid ""
 "The version of GTK you are using do not benefit from its latest features.\n"
 "\n"
 "You should upgrade GTK."
 msgstr ""
 
-#: ../src/main.c:579
+#: ../src/main.c:591
 #, c-format
 msgid "Error on sigaction: SIGSEGV won't be trapped\n"
 msgstr ""
@@ -8990,7 +8990,7 @@ msgstr ""
 #. Local Variables:
 #. c-basic-offset: 4
 #. End:
-#: ../src/main.c:718 ../src/main.c:758 ../share/grisbi.desktop.in.h:1
+#: ../src/main.c:730 ../src/main.c:770 ../share/grisbi.desktop.in.h:1
 msgid "Grisbi"
 msgstr ""
 
diff --git a/po/es.po b/po/es.po
index 90ef268..51f037e 100644
--- a/po/es.po
+++ b/po/es.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: es\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 17:27+0100\n"
+"POT-Creation-Date: 2011-12-30 15:23+0100\n"
 "PO-Revision-Date: 2010-05-09 11:48+0100\n"
 "Last-Translator: Carlos M. Cámara Mora <cmcamara at gmail.com>\n"
 "Language-Team: Spanish <es at li.org>\n"
@@ -1849,7 +1849,7 @@ msgstr ""
 "puede cambiar y originar ficheros incompatibles con cualquier versión "
 "anterior)."
 
-#: ../src/dialog.c:115 ../src/main.c:455
+#: ../src/dialog.c:115 ../src/main.c:467
 #, c-format
 msgid "You are running Grisbi with GTK version %s"
 msgstr "Está usando Grisbi con la versión %s de GTK"
@@ -7695,7 +7695,7 @@ msgstr ""
 "debe cancelar y guardarlo con otro nombre o activar la  opción \"%s\" en la "
 "configuración."
 
-#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:765
+#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:777
 msgid "unnamed"
 msgstr "Sin nombre"
 
@@ -9775,7 +9775,7 @@ msgstr "línea subpresupuestaria"
 msgid "Transfer all transactions in another sub-budgetary line"
 msgstr "Transferir las transacciones a %s"
 
-#: ../src/main.c:458
+#: ../src/main.c:470
 msgid ""
 "The version of GTK you are using do not benefit from its latest features.\n"
 "\n"
@@ -9785,7 +9785,7 @@ msgstr ""
 "\n"
 "Debería actualizar GTK."
 
-#: ../src/main.c:579
+#: ../src/main.c:591
 #, c-format
 msgid "Error on sigaction: SIGSEGV won't be trapped\n"
 msgstr "Error en sigaction: SIGSEGV no será interrumpido\n"
@@ -9793,7 +9793,7 @@ msgstr "Error en sigaction: SIGSEGV no será interrumpido\n"
 #. Local Variables:
 #. c-basic-offset: 4
 #. End:
-#: ../src/main.c:718 ../src/main.c:758 ../share/grisbi.desktop.in.h:1
+#: ../src/main.c:730 ../src/main.c:770 ../share/grisbi.desktop.in.h:1
 msgid "Grisbi"
 msgstr "Grisbi"
 
diff --git a/po/fa.po b/po/fa.po
index d38ce36..28d1d4e 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: girisbi VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 17:27+0100\n"
+"POT-Creation-Date: 2011-12-30 15:23+0100\n"
 "PO-Revision-Date: 2008-10-02 10:07+0330\n"
 "Last-Translator: hadi <hadi60 at gmail.com>\n"
 "Language-Team: farsi <en at li.org>\n"
@@ -1828,7 +1828,7 @@ msgid ""
 "Make a copy now."
 msgstr ""
 
-#: ../src/dialog.c:115 ../src/main.c:455
+#: ../src/dialog.c:115 ../src/main.c:467
 #, c-format
 msgid "You are running Grisbi with GTK version %s"
 msgstr ""
@@ -7404,7 +7404,7 @@ msgid ""
 "cancel and save it with another name or activate the \"%s\" option in setup."
 msgstr ""
 
-#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:765
+#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:777
 msgid "unnamed"
 msgstr "بی نام"
 
@@ -9305,14 +9305,14 @@ msgstr "بخش های درآمد"
 msgid "Transfer all transactions in another sub-budgetary line"
 msgstr "جستجوی تراکنش"
 
-#: ../src/main.c:458
+#: ../src/main.c:470
 msgid ""
 "The version of GTK you are using do not benefit from its latest features.\n"
 "\n"
 "You should upgrade GTK."
 msgstr ""
 
-#: ../src/main.c:579
+#: ../src/main.c:591
 #, c-format
 msgid "Error on sigaction: SIGSEGV won't be trapped\n"
 msgstr ""
@@ -9320,7 +9320,7 @@ msgstr ""
 #. Local Variables:
 #. c-basic-offset: 4
 #. End:
-#: ../src/main.c:718 ../src/main.c:758 ../share/grisbi.desktop.in.h:1
+#: ../src/main.c:730 ../src/main.c:770 ../share/grisbi.desktop.in.h:1
 msgid "Grisbi"
 msgstr ""
 
diff --git a/po/fr.po b/po/fr.po
index 49ad19d..59e758b 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -14,7 +14,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: fr\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 17:27+0100\n"
+"POT-Creation-Date: 2011-12-30 15:23+0100\n"
 "PO-Revision-Date: 2011-04-12 22:14+0200\n"
 "Last-Translator: Pierre Biava <pierre at pierre.biava.name>\n"
 "Language-Team: GNOME French Team <gnomefr at traduc.org>\n"
@@ -1816,7 +1816,7 @@ msgstr ""
 "le rendre inutilisable.\n"
 "Faites une copie maintenant."
 
-#: ../src/dialog.c:115 ../src/main.c:455
+#: ../src/dialog.c:115 ../src/main.c:467
 #, c-format
 msgid "You are running Grisbi with GTK version %s"
 msgstr "Vous utilisez Grisbi avec GTK version %s"
@@ -2790,7 +2790,7 @@ msgstr "Exclure les opérations dont le montant est nul"
 
 #: ../src/etats_config.c:5532
 msgid "Transactions with an amount of"
-msgstr "Opérations dans lesquelles le montant est"
+msgstr "Opérations dont le montant est"
 
 #: ../src/etats_config.c:5679 ../src/etats_config.c:6036
 msgid "and"
@@ -7649,7 +7649,7 @@ msgstr ""
 "l'enregistrer, vous devez annuler et le sauvegarder sous un autre nom ou "
 "alors activer l'option « %s » dans les préférences."
 
-#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:765
+#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:777
 msgid "unnamed"
 msgstr "sans nom"
 
@@ -9718,7 +9718,7 @@ msgstr "Gérer les sous-imputations"
 msgid "Transfer all transactions in another sub-budgetary line"
 msgstr "Transférer les opérations dans une autre sous-catégorie"
 
-#: ../src/main.c:458
+#: ../src/main.c:470
 msgid ""
 "The version of GTK you are using do not benefit from its latest features.\n"
 "\n"
@@ -9729,7 +9729,7 @@ msgstr ""
 "\n"
 " Vous devriez mettre à jour GTK"
 
-#: ../src/main.c:579
+#: ../src/main.c:591
 #, c-format
 msgid "Error on sigaction: SIGSEGV won't be trapped\n"
 msgstr "Erreur sur sigaction, le signal SIGSEGV ne sera pas détourné\n"
@@ -9737,7 +9737,7 @@ msgstr "Erreur sur sigaction, le signal SIGSEGV ne sera pas détourné\n"
 #. Local Variables:
 #. c-basic-offset: 4
 #. End:
-#: ../src/main.c:718 ../src/main.c:758 ../share/grisbi.desktop.in.h:1
+#: ../src/main.c:730 ../src/main.c:770 ../share/grisbi.desktop.in.h:1
 msgid "Grisbi"
 msgstr "Grisbi"
 
diff --git a/po/he.po b/po/he.po
index 1d9a018..4a71346 100644
--- a/po/he.po
+++ b/po/he.po
@@ -283,7 +283,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: he\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 17:27+0100\n"
+"POT-Creation-Date: 2011-12-30 15:23+0100\n"
 "PO-Revision-Date: 2006-02-11 16:08+0200\n"
 "Last-Translator: dotan\n"
 "Language-Team: <en at li.org>\n"
@@ -2201,7 +2201,7 @@ msgid ""
 "Make a copy now."
 msgstr ""
 
-#: ../src/dialog.c:115 ../src/main.c:455
+#: ../src/dialog.c:115 ../src/main.c:467
 #, c-format
 msgid "You are running Grisbi with GTK version %s"
 msgstr ""
@@ -7960,7 +7960,7 @@ msgid ""
 "cancel and save it with another name or activate the \"%s\" option in setup."
 msgstr ""
 
-#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:765
+#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:777
 msgid "unnamed"
 msgstr "ללא שם"
 
@@ -9978,14 +9978,14 @@ msgstr "ללא תת-קו תקציב"
 msgid "Transfer all transactions in another sub-budgetary line"
 msgstr "להעביר את העיסקאות אל"
 
-#: ../src/main.c:458
+#: ../src/main.c:470
 msgid ""
 "The version of GTK you are using do not benefit from its latest features.\n"
 "\n"
 "You should upgrade GTK."
 msgstr ""
 
-#: ../src/main.c:579
+#: ../src/main.c:591
 #, c-format
 msgid "Error on sigaction: SIGSEGV won't be trapped\n"
 msgstr "Error on sigaction: SIGSEGV won't be trapped\n"
@@ -9993,7 +9993,7 @@ msgstr "Error on sigaction: SIGSEGV won't be trapped\n"
 #. Local Variables:
 #. c-basic-offset: 4
 #. End:
-#: ../src/main.c:718 ../src/main.c:758 ../share/grisbi.desktop.in.h:1
+#: ../src/main.c:730 ../src/main.c:770 ../share/grisbi.desktop.in.h:1
 msgid "Grisbi"
 msgstr "גריסבי"
 
diff --git a/po/it.po b/po/it.po
index 8b5cced..8faa8af 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: it\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 17:27+0100\n"
+"POT-Creation-Date: 2011-12-30 15:23+0100\n"
 "PO-Revision-Date: 2007-04-05 00:03+0000\n"
 "Last-Translator: Fabio Erculiani <fabio.erculiani at gmail.com>\n"
 "Language-Team: Italian <LL at li.org>\n"
@@ -1917,7 +1917,7 @@ msgid ""
 "Make a copy now."
 msgstr ""
 
-#: ../src/dialog.c:115 ../src/main.c:455
+#: ../src/dialog.c:115 ../src/main.c:467
 #, c-format
 msgid "You are running Grisbi with GTK version %s"
 msgstr ""
@@ -7686,7 +7686,7 @@ msgid ""
 "cancel and save it with another name or activate the \"%s\" option in setup."
 msgstr ""
 
-#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:765
+#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:777
 msgid "unnamed"
 msgstr "Senza nome"
 
@@ -9714,14 +9714,14 @@ msgstr "Nessuna linea sotto-budget"
 msgid "Transfer all transactions in another sub-budgetary line"
 msgstr "Trasferire la transazione a"
 
-#: ../src/main.c:458
+#: ../src/main.c:470
 msgid ""
 "The version of GTK you are using do not benefit from its latest features.\n"
 "\n"
 "You should upgrade GTK."
 msgstr ""
 
-#: ../src/main.c:579
+#: ../src/main.c:591
 #, c-format
 msgid "Error on sigaction: SIGSEGV won't be trapped\n"
 msgstr "Erorre su sigaction: SIGSEGV non sarà catturato \n"
@@ -9729,7 +9729,7 @@ msgstr "Erorre su sigaction: SIGSEGV non sarà catturato \n"
 #. Local Variables:
 #. c-basic-offset: 4
 #. End:
-#: ../src/main.c:718 ../src/main.c:758 ../share/grisbi.desktop.in.h:1
+#: ../src/main.c:730 ../src/main.c:770 ../share/grisbi.desktop.in.h:1
 msgid "Grisbi"
 msgstr ""
 
diff --git a/po/lv.po b/po/lv.po
index d66a2c8..2e49b55 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 1.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 17:27+0100\n"
+"POT-Creation-Date: 2011-12-30 15:23+0100\n"
 "PO-Revision-Date: 2010-11-08 20:02+0300\n"
 "Last-Translator: Valdis Vītoliņš <valdis.vitolins at odo.lv>\n"
 "Language-Team: LATVIAN <info at odo.lv>\n"
@@ -1839,7 +1839,7 @@ msgstr ""
 "gadījumā nedrīkst strādāt šajā versijā ar sākotnējās uzskaites failiem. "
 "(faila formāts var mainīties un kļūt nesaderīgs ar iepriekšējām versijām)."
 
-#: ../src/dialog.c:115 ../src/main.c:455
+#: ../src/dialog.c:115 ../src/main.c:467
 #, c-format
 msgid "You are running Grisbi with GTK version %s"
 msgstr "JÅ«s izmantojat Grisbi ar GTK versiju %s"
@@ -7656,7 +7656,7 @@ msgstr ""
 "jāatceļ izmaiņas un jāsaglabā ar citu nosaukumu vai jāaktivizē \"% s \" "
 "opciju iestatīšana."
 
-#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:765
+#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:777
 msgid "unnamed"
 msgstr "nenosaukts"
 
@@ -9700,7 +9700,7 @@ msgstr "apakšbudžeta pozīcija"
 msgid "Transfer all transactions in another sub-budgetary line"
 msgstr "Pārsūtīt darījumus uz %s"
 
-#: ../src/main.c:458
+#: ../src/main.c:470
 msgid ""
 "The version of GTK you are using do not benefit from its latest features.\n"
 "\n"
@@ -9710,7 +9710,7 @@ msgstr ""
 "\n"
 "Jāveic GTK atjaunināšana."
 
-#: ../src/main.c:579
+#: ../src/main.c:591
 #, c-format
 msgid "Error on sigaction: SIGSEGV won't be trapped\n"
 msgstr "Kļūda par (sig) darbību: SIGSEGV netiek artasts\n"
@@ -9718,7 +9718,7 @@ msgstr "Kļūda par (sig) darbību: SIGSEGV netiek artasts\n"
 #. Local Variables:
 #. c-basic-offset: 4
 #. End:
-#: ../src/main.c:718 ../src/main.c:758 ../share/grisbi.desktop.in.h:1
+#: ../src/main.c:730 ../src/main.c:770 ../share/grisbi.desktop.in.h:1
 msgid "Grisbi"
 msgstr "Grisbi"
 
diff --git a/po/nl.po b/po/nl.po
index 9b091fb..029e2ce 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: nl\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 17:27+0100\n"
+"POT-Creation-Date: 2011-12-30 15:23+0100\n"
 "PO-Revision-Date: 2007-02-11 22:04+0100\n"
 "Last-Translator: E.Huijsing <lighthous at users.sourceforge.net>\n"
 "Language-Team: Dutch <en at li.org>\n"
@@ -1947,7 +1947,7 @@ msgid ""
 "Make a copy now."
 msgstr ""
 
-#: ../src/dialog.c:115 ../src/main.c:455
+#: ../src/dialog.c:115 ../src/main.c:467
 #, c-format
 msgid "You are running Grisbi with GTK version %s"
 msgstr ""
@@ -7757,7 +7757,7 @@ msgid ""
 "cancel and save it with another name or activate the \"%s\" option in setup."
 msgstr ""
 
-#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:765
+#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:777
 msgid "unnamed"
 msgstr "Niet benoemd"
 
@@ -9820,14 +9820,14 @@ msgstr "Geen sub-budgetregel"
 msgid "Transfer all transactions in another sub-budgetary line"
 msgstr "Transacties overschrijven naar "
 
-#: ../src/main.c:458
+#: ../src/main.c:470
 msgid ""
 "The version of GTK you are using do not benefit from its latest features.\n"
 "\n"
 "You should upgrade GTK."
 msgstr ""
 
-#: ../src/main.c:579
+#: ../src/main.c:591
 #, c-format
 msgid "Error on sigaction: SIGSEGV won't be trapped\n"
 msgstr "Er is een sigaction fout: het programma sluit zich af\n"
@@ -9835,7 +9835,7 @@ msgstr "Er is een sigaction fout: het programma sluit zich af\n"
 #. Local Variables:
 #. c-basic-offset: 4
 #. End:
-#: ../src/main.c:718 ../src/main.c:758 ../share/grisbi.desktop.in.h:1
+#: ../src/main.c:730 ../src/main.c:770 ../share/grisbi.desktop.in.h:1
 msgid "Grisbi"
 msgstr "Grisbi"
 
diff --git a/po/pl.po b/po/pl.po
index b30c4c7..f0453ec 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: pl\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 17:27+0100\n"
+"POT-Creation-Date: 2011-12-30 15:23+0100\n"
 "PO-Revision-Date: 2006-05-15 12:44+0200\n"
 "Last-Translator: Ryszard Jeziorski <r.jeziorski at dart.kielce.pl>\n"
 "Language-Team: Polish\n"
@@ -1926,7 +1926,7 @@ msgid ""
 "Make a copy now."
 msgstr ""
 
-#: ../src/dialog.c:115 ../src/main.c:455
+#: ../src/dialog.c:115 ../src/main.c:467
 #, c-format
 msgid "You are running Grisbi with GTK version %s"
 msgstr ""
@@ -7684,7 +7684,7 @@ msgid ""
 "cancel and save it with another name or activate the \"%s\" option in setup."
 msgstr ""
 
-#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:765
+#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:777
 msgid "unnamed"
 msgstr "bez nazwy"
 
@@ -9710,14 +9710,14 @@ msgstr "Pusta podgrupa linii budżetowej"
 msgid "Transfer all transactions in another sub-budgetary line"
 msgstr "Przenieś transakcje do"
 
-#: ../src/main.c:458
+#: ../src/main.c:470
 msgid ""
 "The version of GTK you are using do not benefit from its latest features.\n"
 "\n"
 "You should upgrade GTK."
 msgstr ""
 
-#: ../src/main.c:579
+#: ../src/main.c:591
 #, c-format
 msgid "Error on sigaction: SIGSEGV won't be trapped\n"
 msgstr ""
@@ -9726,7 +9726,7 @@ msgstr ""
 #. Local Variables:
 #. c-basic-offset: 4
 #. End:
-#: ../src/main.c:718 ../src/main.c:758 ../share/grisbi.desktop.in.h:1
+#: ../src/main.c:730 ../src/main.c:770 ../share/grisbi.desktop.in.h:1
 msgid "Grisbi"
 msgstr "Grisbi"
 
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 6004302..13bba24 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: pt_BR\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 17:27+0100\n"
+"POT-Creation-Date: 2011-12-30 15:23+0100\n"
 "PO-Revision-Date: 2005-12-19 09:07-0200\n"
 "Last-Translator: \n"
 "Language-Team: <pt at li.org>\n"
@@ -1928,7 +1928,7 @@ msgid ""
 "Make a copy now."
 msgstr ""
 
-#: ../src/dialog.c:115 ../src/main.c:455
+#: ../src/dialog.c:115 ../src/main.c:467
 #, c-format
 msgid "You are running Grisbi with GTK version %s"
 msgstr ""
@@ -7715,7 +7715,7 @@ msgid ""
 "cancel and save it with another name or activate the \"%s\" option in setup."
 msgstr ""
 
-#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:765
+#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:777
 msgid "unnamed"
 msgstr "sem nome"
 
@@ -9752,14 +9752,14 @@ msgstr "Nenhum sub-orçamento"
 msgid "Transfer all transactions in another sub-budgetary line"
 msgstr "Transferir os lançamentos para"
 
-#: ../src/main.c:458
+#: ../src/main.c:470
 msgid ""
 "The version of GTK you are using do not benefit from its latest features.\n"
 "\n"
 "You should upgrade GTK."
 msgstr ""
 
-#: ../src/main.c:579
+#: ../src/main.c:591
 #, c-format
 msgid "Error on sigaction: SIGSEGV won't be trapped\n"
 msgstr "Erro em sigaction: SIGSEGV não será prendido\n"
@@ -9767,7 +9767,7 @@ msgstr "Erro em sigaction: SIGSEGV não será prendido\n"
 #. Local Variables:
 #. c-basic-offset: 4
 #. End:
-#: ../src/main.c:718 ../src/main.c:758 ../share/grisbi.desktop.in.h:1
+#: ../src/main.c:730 ../src/main.c:770 ../share/grisbi.desktop.in.h:1
 msgid "Grisbi"
 msgstr "Grisbi"
 
diff --git a/po/ro.po b/po/ro.po
index b197472..55e9871 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -38,7 +38,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ro\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 17:27+0100\n"
+"POT-Creation-Date: 2011-12-30 15:23+0100\n"
 "PO-Revision-Date: 2005-12-19 11:24+0100\n"
 "Last-Translator: Mircea Aronovici <bucuresti at free.fr>\n"
 "Language-Team: <bucuresti at free.fr>\n"
@@ -1958,7 +1958,7 @@ msgid ""
 "Make a copy now."
 msgstr ""
 
-#: ../src/dialog.c:115 ../src/main.c:455
+#: ../src/dialog.c:115 ../src/main.c:467
 #, c-format
 msgid "You are running Grisbi with GTK version %s"
 msgstr ""
@@ -7746,7 +7746,7 @@ msgid ""
 "cancel and save it with another name or activate the \"%s\" option in setup."
 msgstr ""
 
-#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:765
+#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:777
 msgid "unnamed"
 msgstr "făra nume"
 
@@ -9781,14 +9781,14 @@ msgstr "Nici o sub-inputaţie"
 msgid "Transfer all transactions in another sub-budgetary line"
 msgstr "Transfera operaţiunile pe terţi"
 
-#: ../src/main.c:458
+#: ../src/main.c:470
 msgid ""
 "The version of GTK you are using do not benefit from its latest features.\n"
 "\n"
 "You should upgrade GTK."
 msgstr ""
 
-#: ../src/main.c:579
+#: ../src/main.c:591
 #, c-format
 msgid "Error on sigaction: SIGSEGV won't be trapped\n"
 msgstr "Eroare pe sigaction, semnalul SIGSEGV nu va fi deturnat\n"
@@ -9796,7 +9796,7 @@ msgstr "Eroare pe sigaction, semnalul SIGSEGV nu va fi deturnat\n"
 #. Local Variables:
 #. c-basic-offset: 4
 #. End:
-#: ../src/main.c:718 ../src/main.c:758 ../share/grisbi.desktop.in.h:1
+#: ../src/main.c:730 ../src/main.c:770 ../share/grisbi.desktop.in.h:1
 msgid "Grisbi"
 msgstr "Grisbi"
 
diff --git a/po/ru.po b/po/ru.po
index 72a2bfa..4d7745f 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Grisbi 0.8.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 17:27+0100\n"
+"POT-Creation-Date: 2011-12-30 15:23+0100\n"
 "PO-Revision-Date: 2011-07-24 19:18+0400\n"
 "Last-Translator: Александр Прокудин <alexandre.prokoudine at gmail.com>\n"
 "Language-Team: Russian <gnome-cyr at lists.gnome.org>\n"
@@ -1790,7 +1790,7 @@ msgid ""
 "Make a copy now."
 msgstr ""
 
-#: ../src/dialog.c:115 ../src/main.c:455
+#: ../src/dialog.c:115 ../src/main.c:467
 #, c-format
 msgid "You are running Grisbi with GTK version %s"
 msgstr "Вы используете Grisbi с GTK+ версии %s"
@@ -7352,7 +7352,7 @@ msgid ""
 "cancel and save it with another name or activate the \"%s\" option in setup."
 msgstr ""
 
-#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:765
+#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:777
 msgid "unnamed"
 msgstr ""
 
@@ -9250,14 +9250,14 @@ msgstr "Суббюджетная линия"
 msgid "Transfer all transactions in another sub-budgetary line"
 msgstr "Три линии на транзакцию"
 
-#: ../src/main.c:458
+#: ../src/main.c:470
 msgid ""
 "The version of GTK you are using do not benefit from its latest features.\n"
 "\n"
 "You should upgrade GTK."
 msgstr ""
 
-#: ../src/main.c:579
+#: ../src/main.c:591
 #, c-format
 msgid "Error on sigaction: SIGSEGV won't be trapped\n"
 msgstr ""
@@ -9265,7 +9265,7 @@ msgstr ""
 #. Local Variables:
 #. c-basic-offset: 4
 #. End:
-#: ../src/main.c:718 ../src/main.c:758 ../share/grisbi.desktop.in.h:1
+#: ../src/main.c:730 ../src/main.c:770 ../share/grisbi.desktop.in.h:1
 msgid "Grisbi"
 msgstr "Grisbi"
 
diff --git a/po/zh_CN.po b/po/zh_CN.po
index bb0745e..df13fc2 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: zh_CN\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 17:27+0100\n"
+"POT-Creation-Date: 2011-12-30 15:23+0100\n"
 "PO-Revision-Date: 2005-12-19 11:25+0100\n"
 "Last-Translator: Jianyu Tang <jianyunet at gmail.com>\n"
 "Language-Team: zh_CN <LL at li.org>\n"
@@ -1918,7 +1918,7 @@ msgid ""
 "Make a copy now."
 msgstr ""
 
-#: ../src/dialog.c:115 ../src/main.c:455
+#: ../src/dialog.c:115 ../src/main.c:467
 #, c-format
 msgid "You are running Grisbi with GTK version %s"
 msgstr ""
@@ -7650,7 +7650,7 @@ msgid ""
 "cancel and save it with another name or activate the \"%s\" option in setup."
 msgstr ""
 
-#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:765
+#: ../src/gsb_file.c:816 ../src/gsb_file.c:827 ../src/main.c:777
 msgid "unnamed"
 msgstr "未命名"
 
@@ -9667,14 +9667,14 @@ msgstr "没有子预算行"
 msgid "Transfer all transactions in another sub-budgetary line"
 msgstr "转移这些交易到"
 
-#: ../src/main.c:458
+#: ../src/main.c:470
 msgid ""
 "The version of GTK you are using do not benefit from its latest features.\n"
 "\n"
 "You should upgrade GTK."
 msgstr ""
 
-#: ../src/main.c:579
+#: ../src/main.c:591
 #, c-format
 msgid "Error on sigaction: SIGSEGV won't be trapped\n"
 msgstr "信号错误:SIGSEGV不能捕捉\n"
@@ -9682,7 +9682,7 @@ msgstr "信号错误:SIGSEGV不能捕捉\n"
 #. Local Variables:
 #. c-basic-offset: 4
 #. End:
-#: ../src/main.c:718 ../src/main.c:758 ../share/grisbi.desktop.in.h:1
+#: ../src/main.c:730 ../src/main.c:770 ../share/grisbi.desktop.in.h:1
 msgid "Grisbi"
 msgstr "Grisbi"
 
diff --git a/src/main.c b/src/main.c
index 070dd87..c4863d1 100644
--- a/src/main.c
+++ b/src/main.c
@@ -140,11 +140,7 @@ int main ( int argc, char **argv )
     #endif /* GTKOSXAPPLICATION || linux */
 #endif /* _WIN32 */
 
-#if GSB_GMEMPROFILE
-    g_mem_profile();
-#endif
-
-    exit ( 0 );
+exit ( 0 );
 }
 
 
@@ -206,6 +202,12 @@ void main_linux ( int argc, char **argv )
 
     /* sauvegarde les raccourcis claviers */
     gtk_accel_map_save ( C_PATH_CONFIG_ACCELS );
+
+#if GSB_GMEMPROFILE
+    g_mem_profile();
+#endif
+
+    exit ( 0 );
 }
 
 
@@ -314,6 +316,11 @@ void main_mac_osx ( int argc, char **argv )
 
     g_object_unref ( theApp );
 
+#if GSB_GMEMPROFILE
+    g_mem_profile();
+#endif
+
+    exit ( 0 );
 #endif /* GTKOSXAPPLICATION */
 }
 
@@ -383,6 +390,11 @@ void main_win_32 (  int argc, char **argv )
     /* sauvegarde les raccourcis claviers */
     gtk_accel_map_save ( C_PATH_CONFIG_ACCELS );
 
+#if GSB_GMEMPROFILE
+    g_mem_profile();
+#endif
+
+    exit ( 0 );
 #endif /* WIN_32 */
 }
 
diff --git a/src/traitement_variables.c b/src/traitement_variables.c
index 4cb994a..a74d770 100644
--- a/src/traitement_variables.c
+++ b/src/traitement_variables.c
@@ -196,7 +196,7 @@ extern gint valeur_echelle_recherche_date_import;
 
 /* the total of % of scheduled columns can be > 100 because all the columns are not showed at the same time */
 static const gchar *scheduler_col_width_init = "10-12-36-12-12-12-12";
-static const gchar *transaction_col_width_init = "10-12-30-12-12-12-12";
+static const gchar *transaction_col_width_init = "10-12-36-06-12-12-12";
 
 /**
  * set or unset the modified flag


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list