diff options
Diffstat (limited to 'finance/gnucash/patches/patch-ad')
-rw-r--r-- | finance/gnucash/patches/patch-ad | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/finance/gnucash/patches/patch-ad b/finance/gnucash/patches/patch-ad index 59cc8aab802..87bc6d66a44 100644 --- a/finance/gnucash/patches/patch-ad +++ b/finance/gnucash/patches/patch-ad @@ -1,8 +1,8 @@ -$NetBSD: patch-ad,v 1.8 2006/10/23 21:46:39 wiz Exp $ +$NetBSD: patch-ad,v 1.9 2007/07/19 19:35:04 wiz Exp $ ---- src/gnome/druid-acct-period.c.orig 2006-10-08 17:15:14.000000000 +0000 +--- src/gnome/druid-acct-period.c.orig 2007-04-28 23:16:48.000000000 +0000 +++ src/gnome/druid-acct-period.c -@@ -334,7 +334,7 @@ ap_show_menu (GnomeDruidPage *druidpage, +@@ -337,7 +337,7 @@ ap_show_menu (GnomeDruidPage *druidpage, * we may have closed books since last time. */ info->earliest = get_earliest_in_book (gnc_get_current_book()); info->earliest_str = qof_print_date(info->earliest); @@ -11,7 +11,7 @@ $NetBSD: patch-ad,v 1.8 2006/10/23 21:46:39 wiz Exp $ prepare_remarks (info); } -@@ -529,7 +529,7 @@ ap_druid_create (AcctPeriodInfo *info) +@@ -534,7 +534,7 @@ ap_druid_create (AcctPeriodInfo *info) info->earliest = get_earliest_in_book (gnc_get_current_book()); info->earliest_str = qof_print_date(info->earliest); PINFO ("date of earliest transaction is %ld %s", |