[grisbi-cvs] [SCM] grisbi branch, pbiava_integration_mac_osx, updated. upstream_version_0_7_3-21-g6679dbc

Pierre Biava nobody at users.sourceforge.net
Sat Sep 11 19:55:04 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  6679dbcc54cb1c06e586ddd2c89d223d3f4e377d (commit)
      from  17eff91b2d17af04315f3efa0f107fe268d9dd76 (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 6679dbcc54cb1c06e586ddd2c89d223d3f4e377d
Author: pbiava <pierre.biava at nerim.net>
Date:   Sat Sep 11 19:54:23 2010 +0200

    Adaptation for Mac OSX - version at Sept. 11, 2010-1

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

Changes:
diff --git a/src/gsb_file.c b/src/gsb_file.c
index 6b283ee..78a870f 100644
--- a/src/gsb_file.c
+++ b/src/gsb_file.c
@@ -254,7 +254,7 @@ devel_debug (NULL);
 					   GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
 					   GTK_STOCK_OPEN, GTK_RESPONSE_OK,
 					   NULL);
-
+printf ("pahse1\n");
     gtk_file_chooser_set_current_folder ( GTK_FILE_CHOOSER ( selection_fichier ), gsb_file_get_last_path () );
     gtk_window_set_position ( GTK_WINDOW ( selection_fichier ), GTK_WIN_POS_CENTER_ON_PARENT );
 
@@ -300,6 +300,7 @@ devel_debug (NULL);
  * */
 void gsb_file_update_last_path ( const gchar *last_path )
 {
+devel_debug ( last_path );
     if (last_path
 	&&
 	strlen (last_path))
@@ -320,6 +321,7 @@ void gsb_file_update_last_path ( const gchar *last_path )
  * */
 const gchar *gsb_file_get_last_path ( void )
 {
+devel_debug (NULL);
     return last_path_used;
 }
 
@@ -816,7 +818,7 @@ static gint gsb_file_dialog_save ( void )
     gchar* message;
 	gchar* tmpstr1;
 	gchar* tmpstr2;
-
+devel_debug (NULL);
     /*     si le fichier n'est pas modifié on renvoie qu'on ne veut pas enregistrer */
 
     if ( !etat.modification_fichier )
diff --git a/src/gsb_file_config.c b/src/gsb_file_config.c
index 4078d97..7dd673d 100644
--- a/src/gsb_file_config.c
+++ b/src/gsb_file_config.c
@@ -103,7 +103,7 @@ gboolean gsb_file_config_load_config ( void )
     gint i;
     gint int_ret;
     GError* err = NULL;
-
+devel_debug (NULL);
     gsb_file_config_clean_config ();
 
     filename = g_strconcat ( my_get_XDG_grisbirc_dir(), C_GRISBIRC, NULL );
diff --git a/src/main.c b/src/main.c
index eccc8e7..16c2e8b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -404,11 +404,15 @@ gboolean gsb_grisbi_print_environment_var ( void )
             "\tC_GRISBIRC = %s\n"
             "\tC_PATH_CONFIG = %s\n"
             "\tC_PATH_CONFIG_ACCELS = %s\n"
-            "\tC_PATH_DATA_FILES = %s\n\n",
+            "\tC_PATH_DATA_FILES = %s\n"
+            "\tPLUGINS_DIR = %s\n"
+            "\tPIXMAPS_DIR = %s\n\n",
             C_GRISBIRC,
             C_PATH_CONFIG,
             C_PATH_CONFIG_ACCELS,
-            C_PATH_DATA_FILES );
+            C_PATH_DATA_FILES,
+            PLUGINS_DIR,
+            PIXMAPS_DIR );
 
     return FALSE;
 }


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list