[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_9_4-82-g00ddaed

Pierre Biava nobody at users.sourceforge.net
Fri Oct 7 21:48:57 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, master has been updated
       via  00ddaedb00101e20b0eeb0686e24d7ecd6ab730e (commit)
       via  0ab5f57ddcd1410107d1299d06a8d01579e33f3f (commit)
      from  7781d8c959ca364020e21a22a89224f4f5529ded (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 00ddaedb00101e20b0eeb0686e24d7ecd6ab730e
Author: pbiava <pierre.biava at nerim.net>
Date:   Fri Oct 7 21:48:18 2011 +0200

    Fixes for version of gtk-mac-integration-1.0.1

commit 0ab5f57ddcd1410107d1299d06a8d01579e33f3f
Author: pbiava <pierre.biava at nerim.net>
Date:   Fri Oct 7 21:24:08 2011 +0200

    fr.po: spell checking

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

Changes:
diff --git a/po/fr.po b/po/fr.po
index 7c70ca9..e082fe3 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -8421,7 +8421,7 @@ msgstr "Rapprochement sélectionné"
 #. set the delete button
 #: ../src/gsb_reconcile_config.c:242
 msgid "Delete the reconcile"
-msgstr "Supprimer le raprochement"
+msgstr "Supprimer le rapprochement"
 
 #: ../src/gsb_reconcile_config.c:284
 msgid "Find all marked transactions not associated with a reconcile number"
diff --git a/src/gsb_dirs.c b/src/gsb_dirs.c
index 2ba9e29..52acb62 100644
--- a/src/gsb_dirs.c
+++ b/src/gsb_dirs.c
@@ -50,11 +50,11 @@ static gchar *_my_get_gsb_file_default_dir;
 void gsb_dirs_init ( void )
 {
 #ifdef GTKOSXAPPLICATION
-    if ( gtk_osxapplication_get_bundle_id ( ) )
+    if ( quartz_application_get_bundle_id ( ) )
     {
         gchar *res_path;
 
-        res_path = gtk_osxapplication_get_resource_path ();
+        res_path = quartz_application_get_resource_path ();
         categories_dir = g_build_filename ( res_path, "share/grisbi/categories", NULL );
         locale_dir = g_strconcat (res_path, "/share/locale", NULL );
         pixmaps_dir = g_strconcat (res_path, "/share/pixmaps/grisbi", NULL );


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list