source:
pkg/frankie/main/grisbi/trunk/debian/patches/0001-Change-column-size-option-default.patch
@
6351
| Revision 6351, 753 bytes checked in by alanbach-guest, 3 years ago (diff) |
|---|
-
src/gsb_file_config.c
From: Stephane Glondu <steph@glondu.net> Date: Wed, 8 Jul 2009 17:03:14 +0200 Subject: [PATCH] Change column size option default Closes: #283242 Signed-off-by: Benjamin Drieu <benj@debian.org> Signed-off-by: Stephane Glondu <steph@glondu.net> --- src/gsb_file_config.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gsb_file_config.c b/src/gsb_file_config.c index 6be12fb..5ba4599 100644
a b void gsb_file_config_clean_config ( void ) 1242 1242 etat.compress_file = 0; 1243 1243 etat.compress_backup = 0; 1244 1244 1245 etat.largeur_auto_colonnes = 0;1245 etat.largeur_auto_colonnes = 1; 1246 1246 etat.retient_affichage_par_compte = 0; 1247 1247 1248 1248 etat.last_tip = 0;
Note: See TracBrowser
for help on using the repository browser.


