[grisbi-cvs] grisbi/src gtk_combofix.c,1.78,1.79
Pierre Biava
pbiava at users.sourceforge.net
Mon May 24 23:23:47 CEST 2010
- Previous message: [grisbi-cvs] grisbi/src balance_estimate_future.c,1.14,1.15
- Next message: [grisbi-cvs] grisbi-web/newsportal groups.txt, 1.2, 1.3 index.php, 1.3, 1.4 newsportal.php, 1.4, 1.5 style.css, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/grisbi/grisbi/src
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv16940
Modified Files:
gtk_combofix.c
Log Message:
minor changes
Index: gtk_combofix.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gtk_combofix.c,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- gtk_combofix.c 24 May 2010 13:34:10 -0000 1.78
+++ gtk_combofix.c 24 May 2010 21:23:45 -0000 1.79
@@ -783,10 +783,9 @@
/* there is a completed_string, we set it in the entry only when inserting some text */
gint position;
- position = gtk_editable_get_position ( GTK_EDITABLE (combofix -> entry));
+ position = gtk_editable_get_position ( GTK_EDITABLE ( combofix -> entry ) );
gtk_combofix_set_text ( combofix, completed_string );
- gtk_editable_set_position ( GTK_EDITABLE (GTK_EDITABLE (combofix -> entry)),
- position );
+ gtk_editable_set_position ( GTK_EDITABLE ( combofix -> entry ), position );
/* set the selection here doesn't work, so we will do it at the expose event */
block_expose_event = 0;
- Previous message: [grisbi-cvs] grisbi/src balance_estimate_future.c,1.14,1.15
- Next message: [grisbi-cvs] grisbi-web/newsportal groups.txt, 1.2, 1.3 index.php, 1.3, 1.4 newsportal.php, 1.4, 1.5 style.css, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list