[grisbi-cvs] [SCM] grisbi branch, grisbi-0.8.x, updated. upstream_version_0_8_3-6-g2f67d1e
Pierre Biava
nobody at users.sourceforge.net
Sat Mar 12 19:09:29 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 2f67d1e6ab16634a6426e8431b0cac45137afa42 (commit)
from ac71fd03bd955f23c556120f60e25d6bf9c010e9 (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 2f67d1e6ab16634a6426e8431b0cac45137afa42
Author: pbiava <pierre.biava at nerim.net>
Date: Sat Mar 12 19:04:40 2011 +0100
resets the variables when you remove the using the logo
-----------------------------------------------------------------------
Changes:
diff --git a/src/affichage.c b/src/affichage.c
index ee5ca06..e2760f4 100644
--- a/src/affichage.c
+++ b/src/affichage.c
@@ -314,6 +314,10 @@ gboolean change_choix_utilise_logo ( GtkWidget *check_button,
{
gtk_widget_destroy ( logo_accueil );
gtk_widget_set_size_request ( hbox_title, -1, -1 );
+ if ( etat.name_logo && strlen ( etat.name_logo ) )
+ g_free ( etat.name_logo );
+ etat.name_logo = NULL;
+ etat.is_pixmaps_dir = 0;
}
if ( etat.modification_fichier == 0 )
hooks/post-receive
--
grisbi
More information about the cvs
mailing list