[grisbi-cvs] grisbi/src gsb_form.c,1.128,1.129
Pierre Biava
pbiava at users.sourceforge.net
Thu Jul 23 21:14:53 CEST 2009
- Previous message: [grisbi-cvs] grisbi/src gsb_data_partial_balance.c, NONE, 1.1 gsb_data_partial_balance.h, NONE, 1.1 Makefile.am, 1.158, 1.159 accueil.c, 1.200, 1.201 accueil.h, 1.15, 1.16 categories_onglet.c, 1.194, 1.195 categories_onglet.h, 1.18, 1.19 classement_echeances.c, 1.11, 1.12 classement_echeances.h, 1.6, 1.7 gsb_currency_config.c, 1.52, 1.53 gsb_data_transaction.c, 1.68, 1.69 gsb_data_transaction.h, 1.31, 1.32 gsb_file_load.c, 1.184, 1.185 gsb_file_save.c, 1.134, 1.135 imputation_budgetaire.c, 1.156, 1.157 imputation_budgetaire.h, 1.14, 1.15 meta_budgetary.c, 1.36, 1.37 meta_categories.c, 1.47, 1.48 meta_payee.c, 1.33, 1.34 metatree.c, 1.140, 1.141 metatree.h, 1.46, 1.47 parametres.c, 1.197, 1.198 parametres.h, 1.29, 1.30 structures.h, 1.229, 1.230 tiers_onglet.c, 1.162, 1.163 tiers_onglet.h, 1.19, 1.20 traitement_variables.c, 1.174, 1.175
- Next message: [grisbi-cvs] grisbi/po de.po,1.101,1.102 POTFILES.in,1.38,1.39
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/grisbi/grisbi/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31414
Modified Files:
gsb_form.c
Log Message:
fixed bug 615
Index: gsb_form.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_form.c,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- gsb_form.c 27 Jun 2009 19:17:53 -0000 1.128
+++ gsb_form.c 23 Jul 2009 19:14:51 -0000 1.129
@@ -2951,10 +2951,11 @@
}
else
{
- const gchar *string;
+ gchar *string;
gint contra_transaction_number;
- string = gtk_combofix_get_text ( GTK_COMBOFIX (category_combofix));
+ /* On protège la chaine pendant toute l'opération */
+ string = g_strdup ( gtk_combofix_get_text ( GTK_COMBOFIX ( category_combofix ) ) );
if ( strcmp ( string,
_("Split of transaction") ))
@@ -3112,6 +3113,7 @@
gsb_data_mix_set_financial_year_number (transaction_number, 0, is_transaction);
gsb_data_mix_set_voucher (transaction_number, NULL, is_transaction);
}
+ g_free ( string );
}
return FALSE;
- Previous message: [grisbi-cvs] grisbi/src gsb_data_partial_balance.c, NONE, 1.1 gsb_data_partial_balance.h, NONE, 1.1 Makefile.am, 1.158, 1.159 accueil.c, 1.200, 1.201 accueil.h, 1.15, 1.16 categories_onglet.c, 1.194, 1.195 categories_onglet.h, 1.18, 1.19 classement_echeances.c, 1.11, 1.12 classement_echeances.h, 1.6, 1.7 gsb_currency_config.c, 1.52, 1.53 gsb_data_transaction.c, 1.68, 1.69 gsb_data_transaction.h, 1.31, 1.32 gsb_file_load.c, 1.184, 1.185 gsb_file_save.c, 1.134, 1.135 imputation_budgetaire.c, 1.156, 1.157 imputation_budgetaire.h, 1.14, 1.15 meta_budgetary.c, 1.36, 1.37 meta_categories.c, 1.47, 1.48 meta_payee.c, 1.33, 1.34 metatree.c, 1.140, 1.141 metatree.h, 1.46, 1.47 parametres.c, 1.197, 1.198 parametres.h, 1.29, 1.30 structures.h, 1.229, 1.230 tiers_onglet.c, 1.162, 1.163 tiers_onglet.h, 1.19, 1.20 traitement_variables.c, 1.174, 1.175
- Next message: [grisbi-cvs] grisbi/po de.po,1.101,1.102 POTFILES.in,1.38,1.39
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list