[grisbi-cvs] [SCM] grisbi branch, pbiava_integration_mac_osx, updated. upstream_version_0_7_3-35-gc9627f9
Pierre Biava
nobody at users.sourceforge.net
Thu Sep 16 21:04:23 CEST 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, pbiava_integration_mac_osx has been updated
via c9627f9055d6dad4deeff9bd158536c34a17d055 (commit)
from 2c6ee27e9ca819d5fb2999c15e8d6325e97aac0f (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 c9627f9055d6dad4deeff9bd158536c34a17d055
Author: pbiava <pierre.biava at nerim.net>
Date: Thu Sep 16 21:03:43 2010 +0200
deleting of information messages for the directories LOCALEDIR PLUGINSDIR PIXMAPSDIR
-----------------------------------------------------------------------
Changes:
diff --git a/src/grisbi_osx.c b/src/grisbi_osx.c
index 41107e3..5440beb 100644
--- a/src/grisbi_osx.c
+++ b/src/grisbi_osx.c
@@ -305,7 +305,6 @@ gchar *grisbi_osx_get_locale_dir ( void )
gchar *dir;
dir = g_strconcat (gtk_osxapplication_get_resource_path (), "/share/locale", NULL );
- g_print ("localedir = %s\n", dir );
return dir;
}
@@ -322,7 +321,6 @@ gchar *grisbi_osx_get_pixmaps_dir ( void )
gchar *dir;
dir = g_strconcat (gtk_osxapplication_get_resource_path (), "/share/pixmaps/grisbi", NULL );
- g_print ("pixmapsdir = %s\n", dir );
return dir;
}
@@ -339,7 +337,6 @@ gchar *grisbi_osx_get_plugins_dir ( void )
gchar *dir;
dir = g_strconcat (gtk_osxapplication_get_resource_path (), "/lib/grisbi", NULL );
- g_print ("pluginsdir = %s\n", dir );
return dir;
}
hooks/post-receive
--
grisbi
More information about the cvs
mailing list