[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_7_3-62-g5ad977d

Pierre Biava nobody at users.sourceforge.net
Mon Sep 27 22:24:09 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, master has been updated
       via  5ad977d5ec9542d9fbbb69aed7d51dbbb75980d2 (commit)
      from  36f9051c3c18791ccdd4cb0b65d83e04740dc295 (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 5ad977d5ec9542d9fbbb69aed7d51dbbb75980d2
Author: pbiava <pierre.biava at nerim.net>
Date:   Mon Sep 27 20:33:41 2010 +0200

    fixes a bug in management of export button of the credit simulator

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

Changes:
diff --git a/src/bet_finance_ui.c b/src/bet_finance_ui.c
index 68d8613..fffd078 100644
--- a/src/bet_finance_ui.c
+++ b/src/bet_finance_ui.c
@@ -757,6 +757,8 @@ void bet_finance_calculer_clicked ( GtkButton *button, GtkWidget *widget )
     gtk_widget_set_sensitive ( bouton, TRUE );
     bouton = g_object_get_data ( G_OBJECT ( widget ), "print_button" );
     gtk_widget_set_sensitive ( bouton, TRUE );
+    bouton = g_object_get_data ( G_OBJECT ( widget ), "export_button" );
+    gtk_widget_set_sensitive ( bouton, TRUE );
 
     gtk_tree_path_free ( path );
     g_free ( s_echeance );


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list