[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_9_5-160-gf715f99

Pierre Biava nobody at users.sourceforge.net
Sat Oct 13 03:02:09 CEST 2012


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  f715f998d2bb90913c132f43685a0233ecc66834 (commit)
      from  e94d4e8f45527e8e6158a9d0ae6df7ef40d669d0 (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 f715f998d2bb90913c132f43685a0233ecc66834
Author: pbiava <pierre.biava at nerim.net>
Date:   Sat Oct 13 02:59:19 2012 +0200

    Displaying the graph after selecting a new chart

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

Changes:
diff --git a/src/bet_graph.c b/src/bet_graph.c
index 0d2fcff..f5bbb58 100644
--- a/src/bet_graph.c
+++ b/src/bet_graph.c
@@ -1446,6 +1446,9 @@ void bet_graph_popup_choix_graph_activate ( GtkMenuItem *menuitem,
     gtk_box_pack_start ( GTK_BOX ( self->box ), self->button, TRUE, TRUE, 0 );
 
     gsb_file_set_modified ( TRUE );
+
+    /* on lance le graphique */
+    gtk_button_clicked ( GTK_BUTTON ( self->button ) );
 }
 
 


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list