[grisbi-cvs] grisbi/src balance_estimate_tab.c,1.23,1.24

Pierre Biava pbiava at users.sourceforge.net
Fri Dec 25 19:19:57 CET 2009


Update of /cvsroot/grisbi/grisbi/src
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv322

Modified Files:
	balance_estimate_tab.c 
Log Message:
Fixed a crash with the option - with-balance-estimate

Index: balance_estimate_tab.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/balance_estimate_tab.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- balance_estimate_tab.c	29 Aug 2009 08:36:40 -0000	1.23
+++ balance_estimate_tab.c	25 Dec 2009 18:19:55 -0000	1.24
@@ -321,7 +321,7 @@
 
     /* Credit column */
     cell = gtk_cell_renderer_text_new ();
-    g_object_set(G_OBJECT(GTK_CELL_RENDERER(cell)), "xalign", 1, NULL );
+    g_object_set(G_OBJECT(GTK_CELL_RENDERER(cell)), "xalign", 1.0, NULL );
     column = gtk_tree_view_column_new_with_attributes (
 						       _("Credit"), cell,
 						       "text", SPP_ESTIMATE_TREE_CREDIT_COLUMN,



More information about the cvs mailing list