[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


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



More information about the cvs mailing list