[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_9_2-14-gd77ef3b

Pierre Biava nobody at users.sourceforge.net
Sun Jun 12 20:58:31 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  d77ef3b801f3118087bb836efb1972b5fbbee747 (commit)
      from  4d6245bf8daf7ac781d1cfb481f7ca772aede862 (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 d77ef3b801f3118087bb836efb1972b5fbbee747
Author: pbiava <pierre.biava at nerim.net>
Date:   Sun Jun 12 20:57:42 2011 +0200

    minor change in help.c

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

Changes:
diff --git a/src/help.c b/src/help.c
index 521ffb0..313dbd3 100644
--- a/src/help.c
+++ b/src/help.c
@@ -161,13 +161,15 @@ NULL};
     gchar *comments;
     gchar *plugins;
     gchar *version_to_string;
-    gchar *compiled_time;
 
     plugins = gsb_plugin_get_list ( );
     version_to_string = get_gtk_run_version ( );
-    compiled_time = gsb_date_get_compiled_time ( );
 
     if ( IS_DEVELOPMENT_VERSION == 1 )
+    {
+        gchar *compiled_time;
+
+        compiled_time = gsb_date_get_compiled_time ( );
         comments = g_strconcat ( _("Personal finance manager for everyone\n"),
                         plugins,
                         "\nVersion de GTK : ",
@@ -180,6 +182,9 @@ NULL};
                         " ",
                         __TIME__,
                         NULL );
+                        
+        g_free ( compiled_time );
+    }
     else
         comments = g_strconcat ( _("Personal finance manager for everyone\n"),
                         plugins,
@@ -219,7 +224,6 @@ NULL};
 
     g_free ( plugins );
     g_free ( version_to_string );
-    g_free ( compiled_time );
     g_free ( comments );
 
     gtk_dialog_run ( GTK_DIALOG (about)) ;


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list