[grisbi-cvs] [SCM] grisbi branch, grisbi-gtk3, updated. grisbi_gtk3_1_3_0-9-gf172f7e

Pierre Biava nobody at users.sourceforge.net
Sat Jan 7 22:30:40 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-gtk3 has been updated
       via  f172f7e48e861667521deeb8158e429e3ebd992c (commit)
       via  dbedd9279e295c2c1a8765bb14ad6d22ee90bdde (commit)
      from  ba09254bd7c40593f6e5e07e64fc84b162f60822 (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 f172f7e48e861667521deeb8158e429e3ebd992c
Author: pbiava <pierre.biava at nerim.net>
Date:   Sat Jan 7 22:24:29 2012 +0100

    parametre.c: update string for preferences

commit dbedd9279e295c2c1a8765bb14ad6d22ee90bdde
Author: pbiava <pierre.biava at nerim.net>
Date:   Sat Jan 7 21:49:00 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 a9a2c4b..4ea28ea 100644
--- a/src/bet_config.c
+++ b/src/bet_config.c
@@ -769,6 +769,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 )
diff --git a/src/parametres.c b/src/parametres.c
index 4feebdc..ef342cd 100644
--- a/src/parametres.c
+++ b/src/parametres.c
@@ -1165,13 +1165,13 @@ GtkWidget *onglet_metatree ( void )
                         GTK_ORIENTATION_VERTICAL );
 
     gsb_automem_radiobutton3_new_with_title ( vbox_pref,
-						_("Choice of the action for double click of the mouse: "),
+                        _("Action associated with a double click on a subdivision: "),
                         _("Expand the line"),
                         _("Edit the line"),
                         _("Manage the line"),
-					    &conf.metatree_action_2button_press,
-					    G_CALLBACK ( gsb_config_onglet_metatree_action_changed ),
-					    &conf.metatree_action_2button_press,
+                        &conf.metatree_action_2button_press,
+                        G_CALLBACK ( gsb_config_onglet_metatree_action_changed ),
+                        &conf.metatree_action_2button_press,
                         GTK_ORIENTATION_VERTICAL );
 
     return vbox_pref;


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list