[grisbi-cvs] [SCM] grisbi branch, grisbi-0.8.x, updated. upstream_version_0_8_9-11-g223bdf8
Pierre Biava
nobody at users.sourceforge.net
Sun Jan 8 16:57:29 CET 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, grisbi-0.8.x has been updated
via 223bdf8fde05ee4bdac473fc61ba4d0202543df2 (commit)
from bf5f44a07b6ca06bb114b54ca993998b9673cce8 (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 223bdf8fde05ee4bdac473fc61ba4d0202543df2
Author: pbiava <pierre.biava at nerim.net>
Date: Sun Jan 8 16:56:48 2012 +0100
bet_config.c: Fixed a bug in selecting of the beginning of period
-----------------------------------------------------------------------
Changes:
diff --git a/src/bet_config.c b/src/bet_config.c
index fba4330..7fe934a 100644
--- a/src/bet_config.c
+++ b/src/bet_config.c
@@ -768,6 +768,7 @@ void bet_config_period_clicked ( GtkWidget *togglebutton, GdkEventButton *event,
G_CALLBACK ( bet_config_period_clicked ),
button );
+ gtk_toggle_button_set_active ( GTK_TOGGLE_BUTTON ( togglebutton ), TRUE );
name = gtk_widget_get_name ( GTK_WIDGET ( togglebutton ) );
if ( g_strcmp0 ( name, "bet_period_button_1" ) == 0 )
hooks/post-receive
--
grisbi
More information about the cvs
mailing list