[grisbi-cvs] grisbi/src accueil.c,1.214,1.215

Pierre Biava pbiava at users.sourceforge.net
Fri Oct 9 21:59:12 CEST 2009


Update of /cvsroot/grisbi/grisbi/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18340

Modified Files:
	accueil.c 
Log Message:
fixes the bug of the partial balance of bug 670 part 2

Index: accueil.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/accueil.c,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -d -r1.214 -r1.215
--- accueil.c	3 Oct 2009 22:14:56 -0000	1.214
+++ accueil.c	9 Oct 2009 19:59:10 -0000	1.215
@@ -1145,6 +1145,7 @@
             /* Deuxième colonne : elle contient le solde pointé du solde partiel */
             tmpstr = gsb_data_partial_balance_get_marked_balance ( partial_number );
             label = gtk_label_new ( tmpstr );
+            gtk_label_set_markup ( GTK_LABEL ( label ), tmpstr );
             g_free ( tmpstr );
             gtk_misc_set_alignment ( GTK_MISC ( label ), MISC_RIGHT, MISC_VERT_CENTER );
             gtk_table_attach_defaults ( GTK_TABLE ( table ), label, 1, 2, i, i+1 );



More information about the cvs mailing list