[grisbi-cvs] grisbi/src gtk_combofix.c,1.76,1.77
Pierre Biava
pbiava at users.sourceforge.net
Mon May 17 19:37:10 CEST 2010
Update of /cvsroot/grisbi/grisbi/src
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27801
Modified Files:
gtk_combofix.c
Log Message:
corrects a problem of creation a category or budgetary line
Index: gtk_combofix.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gtk_combofix.c,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- gtk_combofix.c 4 May 2010 12:27:53 -0000 1.76
+++ gtk_combofix.c 17 May 2010 17:37:08 -0000 1.77
@@ -795,6 +795,8 @@
/* show the popup */
if ( combofix -> visible_items && strlen ( entry_string )
&&
+ completed_string
+ &&
(!combofix -> max_items
||
combofix -> visible_items < combofix -> max_items))
More information about the cvs
mailing list