[grisbi-cvs] [SCM] grisbi branch, master, updated. a1035c4d3c077e15a5bf107940c101fbd5292374
Pierre Biava
nobody at users.sourceforge.net
Wed Jun 23 22:40:53 CEST 2010
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 a1035c4d3c077e15a5bf107940c101fbd5292374 (commit)
from 3671f0a9f89aee58e8204fea89c0ded427696569 (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 a1035c4d3c077e15a5bf107940c101fbd5292374
Author: pbiava <pierre.biava at nerim.net>
Date: Wed Jun 23 22:39:40 2010 +0200
set default display line 1-2-3
-----------------------------------------------------------------------
Changes:
diff --git a/src/traitement_variables.c b/src/traitement_variables.c
index aa4e29c..951d7ad 100644
--- a/src/traitement_variables.c
+++ b/src/traitement_variables.c
@@ -616,10 +616,10 @@ void initialise_tab_affichage_ope ( void )
for ( j = 0 ; j<CUSTOM_MODEL_VISIBLE_COLUMNS ; j++ )
tab_affichage_ope[i][j] = tab[i][j];
- /* by default, the display of lines is 1, 1-2, 1-2-4 */
+ /* by default, the display of lines is 1, 1-2, 1-2-3 */
display_one_line = 0;
display_two_lines = 0;
- display_three_lines = 1;
+ display_three_lines = 0;
}
/* Local Variables: */
/* c-basic-offset: 4 */
hooks/post-receive
--
grisbi
More information about the cvs
mailing list