[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


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 ();
 	    }



More information about the cvs mailing list