[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_7_99-38-g12ea27c
Pierre Biava
nobody at users.sourceforge.net
Sat Feb 5 23:05:22 CET 2011
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 12ea27cdc947717f64f78ba3bf31e84690f09f9c (commit)
from 111285d768d5339d201193c2d3ad838306a95dfb (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 12ea27cdc947717f64f78ba3bf31e84690f09f9c
Author: pbiava <pierre.biava at nerim.net>
Date: Sat Feb 5 23:01:22 2011 +0100
Fixed the use of categories in the budgetary modul
-----------------------------------------------------------------------
Changes:
diff --git a/src/bet_config.c b/src/bet_config.c
index db00239..3465b2b 100644
--- a/src/bet_config.c
+++ b/src/bet_config.c
@@ -941,6 +941,7 @@ void bet_config_origin_data_clicked ( GtkWidget *togglebutton, GdkEventButton *e
column = g_object_get_data ( G_OBJECT ( account_page ),
"historical_column_source" );
gtk_tree_view_column_set_title ( GTK_TREE_VIEW_COLUMN ( column ), title );
+ g_free ( title );
if ( etat.modification_fichier == 0 )
modification_fichier ( TRUE );
diff --git a/src/bet_hist.c b/src/bet_hist.c
index 76b78ae..d2b94a7 100644
--- a/src/bet_hist.c
+++ b/src/bet_hist.c
@@ -1594,12 +1594,14 @@ gboolean bet_historical_initializes_account_settings ( gint account_number )
{
button = g_object_get_data ( G_OBJECT ( account_page ), "bet_hist_button_1" );
gtk_toggle_button_set_active ( GTK_TOGGLE_BUTTON ( button ), TRUE );
-
+ bet_data_set_div_ptr ( 0 );
+ title = g_strdup ( _("Category") );
}
column = g_object_get_data ( G_OBJECT ( account_page ),
"historical_column_source" );
gtk_tree_view_column_set_title ( GTK_TREE_VIEW_COLUMN ( column ), title );
+ g_free ( title );
/* set fyear */
combo = g_object_get_data ( G_OBJECT ( account_page ), "bet_hist_fyear_combo" );
hooks/post-receive
--
grisbi
More information about the cvs
mailing list