r16028 - gnucash/trunk/src/gnome - Patch from Zach Sadecki to start custom check items at index 1, #434029.
Andreas Köhler
andi5 at cvs.gnucash.org
Mon Apr 30 04:25:57 EDT 2007
Author: andi5
Date: 2007-04-30 04:25:57 -0400 (Mon, 30 Apr 2007)
New Revision: 16028
Trac: http://svn.gnucash.org/trac/changeset/16028
Modified:
gnucash/trunk/src/gnome/dialog-print-check.c
Log:
Patch from Zach Sadecki to start custom check items at index 1, #434029.
Modified: gnucash/trunk/src/gnome/dialog-print-check.c
===================================================================
--- gnucash/trunk/src/gnome/dialog-print-check.c 2007-04-30 08:22:56 UTC (rev 16027)
+++ gnucash/trunk/src/gnome/dialog-print-check.c 2007-04-30 08:25:57 UTC (rev 16028)
@@ -502,7 +502,7 @@
GError *error = NULL;
GtkWidget *dialog;
gdouble multip;
- gint i = 0;
+ gint i = 1;
GUID guid;
char buf[GUID_ENCODING_LENGTH+1];
More information about the gnucash-changes
mailing list