[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


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;



More information about the cvs mailing list