[grisbi-cvs] grisbi/src gsb_transactions_list.c,1.149,1.150
Pierre Biava
pbiava at users.sourceforge.net
Tue Feb 10 22:06:34 CET 2009
- Previous message: [grisbi-cvs] grisbi/src categories_onglet.c, 1.188, 1.189 gsb_form.c, 1.106, 1.107 gsb_transactions_list.c, 1.148, 1.149 imputation_budgetaire.c, 1.151, 1.152 tiers_onglet.c, 1.147, 1.148 traitement_variables.c, 1.163, 1.164
- Next message: [grisbi-cvs] grisbi/src gsb_reconcile.c,1.30,1.31
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/grisbi/grisbi/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19023
Modified Files:
gsb_transactions_list.c
Log Message:
edit due to a regression. loss of <CtrlR>
Index: gsb_transactions_list.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_transactions_list.c,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -d -r1.149 -r1.150
--- gsb_transactions_list.c 8 Feb 2009 20:38:24 -0000 1.149
+++ gsb_transactions_list.c 10 Feb 2009 21:06:32 -0000 1.150
@@ -1352,8 +1352,9 @@
gsb_form_is_visible ())
gsb_form_fill_by_transaction (new_selected_transaction, TRUE, FALSE);
- /* give the focus to the navigation_tree_view */
- gtk_widget_grab_focus (navigation_tree_view);
+ /* give the focus to the transaction_tree_view pbiava 02/09/2009
+ * edit due to a regression (perte de <CtrlR>) */
+ gtk_widget_grab_focus ( transactions_tree_view );
}
- Previous message: [grisbi-cvs] grisbi/src categories_onglet.c, 1.188, 1.189 gsb_form.c, 1.106, 1.107 gsb_transactions_list.c, 1.148, 1.149 imputation_budgetaire.c, 1.151, 1.152 tiers_onglet.c, 1.147, 1.148 traitement_variables.c, 1.163, 1.164
- Next message: [grisbi-cvs] grisbi/src gsb_reconcile.c,1.30,1.31
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list