[grisbi-cvs] [SCM] grisbi branch, master, updated. 958340ec3961baea3c6031636bcd24da42f69c86

Pierre Biava nobody at users.sourceforge.net
Sun Aug 1 22:37:34 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  958340ec3961baea3c6031636bcd24da42f69c86 (commit)
      from  6899612e9cdf923e35b3de88ed12a3f0049c9596 (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 958340ec3961baea3c6031636bcd24da42f69c86
Author: pbiava <pierre.biava at nerim.net>
Date:   Sun Aug 1 22:36:50 2010 +0200

    removed initializations for the simulator of credits

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

Changes:
diff --git a/src/bet_finance_ui.c b/src/bet_finance_ui.c
index e9cd706..d64cdfd 100644
--- a/src/bet_finance_ui.c
+++ b/src/bet_finance_ui.c
@@ -222,7 +222,7 @@ GtkWidget *bet_finance_create_simulator_page ( void )
     gtk_entry_set_completion ( GTK_ENTRY ( widget ), completion );
     //~ printf ("nbre de caractères avant completion =%d\n",
         //~ gtk_entry_completion_get_minimum_key_length (completion));
-    gtk_entry_set_text ( GTK_ENTRY ( widget ), "177000" );
+    //~ gtk_entry_set_text ( GTK_ENTRY ( widget ), "177000" );
     g_object_set_data ( G_OBJECT ( page ), "capital", widget );
     gtk_box_pack_start ( GTK_BOX ( hbox ), widget, FALSE, FALSE, 5 );
     g_signal_connect ( G_OBJECT ( widget ),
@@ -242,7 +242,7 @@ GtkWidget *bet_finance_create_simulator_page ( void )
     gtk_box_pack_start ( GTK_BOX ( hbox ), label, FALSE, FALSE, 5 );
 
     spin_button = gtk_spin_button_new_with_range ( 0.0, 100, 0.01);
-    gtk_spin_button_set_value ( GTK_SPIN_BUTTON ( spin_button ), 3.80);
+    //~ gtk_spin_button_set_value ( GTK_SPIN_BUTTON ( spin_button ), 3.80);
     g_object_set_data ( G_OBJECT ( page ), "taux", spin_button );
     gtk_box_pack_start ( GTK_BOX ( hbox ), spin_button, FALSE, FALSE, 0 );
 
@@ -367,7 +367,7 @@ GtkWidget *bet_finance_create_saisie_widget ( GtkWidget *parent )
     gtk_box_pack_start ( GTK_BOX ( hbox ), label, FALSE, FALSE, 5 );
 
     spin_button = gtk_spin_button_new_with_range ( 0.0, 100, 0.01 );
-    gtk_spin_button_set_value ( GTK_SPIN_BUTTON ( spin_button ), 6.96 );
+    //~ gtk_spin_button_set_value ( GTK_SPIN_BUTTON ( spin_button ), 6.96 );
     g_object_set_data ( G_OBJECT ( parent ), "frais", spin_button );
     gtk_box_pack_start ( GTK_BOX ( hbox ), spin_button, FALSE, FALSE, 0 );
 


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list