r15929 - gnucash/trunk/src/backend/file - remove silly 'always set the month to january' logic.
Josh Sled
jsled at cvs.gnucash.org
Wed Apr 18 19:42:00 EDT 2007
Author: jsled
Date: 2007-04-18 19:41:59 -0400 (Wed, 18 Apr 2007)
New Revision: 15929
Trac: http://svn.gnucash.org/trac/changeset/15929
Modified:
gnucash/trunk/src/backend/file/gnc-schedxaction-xml-v2.c
Log:
remove silly 'always set the month to january' logic.
Modified: gnucash/trunk/src/backend/file/gnc-schedxaction-xml-v2.c
===================================================================
--- gnucash/trunk/src/backend/file/gnc-schedxaction-xml-v2.c 2007-04-18 23:23:04 UTC (rev 15928)
+++ gnucash/trunk/src/backend/file/gnc-schedxaction-xml-v2.c 2007-04-18 23:41:59 UTC (rev 15929)
@@ -464,9 +464,6 @@
recurrenceNextInstance(r, &start, &next);
- if (recurrenceGetPeriodType(r) == PERIOD_MONTH)
- g_date_set_month(&next, 1);
-
{
gchar date_str[128];
gchar *sched_str;
More information about the gnucash-changes
mailing list