[grisbi-cvs] grisbi/src navigation.c,1.123,1.124
Mickaƫl Remars
mykeul at users.sourceforge.net
Tue May 26 22:00:29 CEST 2009
- Previous message: [grisbi-cvs] grisbi/src gsb_data_account.c, 1.78, 1.79 gsb_form.c, 1.124, 1.125 gsb_form.h, 1.26, 1.27 gsb_form_widget.c, 1.32, 1.33 gsb_form_widget.h, 1.4, 1.5 gsb_payment_method.c, 1.17, 1.18 gsb_payment_method.h, 1.7, 1.8 parametres.h, 1.28, 1.29
- Next message: [grisbi-cvs] grisbi/src fenetre_principale.c,1.112,1.113
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/grisbi/grisbi/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16391
Modified Files:
navigation.c
Log Message:
Fix the bug 579
Index: navigation.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/navigation.c,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -d -r1.123 -r1.124
--- navigation.c 21 May 2009 21:58:55 -0000 1.123
+++ navigation.c 26 May 2009 20:00:26 -0000 1.124
@@ -1163,6 +1163,7 @@
/* what to be done if switch to that page */
if (account_number >= 0 )
{
+ title = g_strconcat ( _("Account"), " : ", gsb_data_account_get_name (account_number), NULL );
navigation_change_account ( GINT_TO_POINTER (account_number) );
gsb_account_property_fill_page ();
}
- Previous message: [grisbi-cvs] grisbi/src gsb_data_account.c, 1.78, 1.79 gsb_form.c, 1.124, 1.125 gsb_form.h, 1.26, 1.27 gsb_form_widget.c, 1.32, 1.33 gsb_form_widget.h, 1.4, 1.5 gsb_payment_method.c, 1.17, 1.18 gsb_payment_method.h, 1.7, 1.8 parametres.h, 1.28, 1.29
- Next message: [grisbi-cvs] grisbi/src fenetre_principale.c,1.112,1.113
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list