summaryrefslogtreecommitdiff
path: root/misc/emma/files/patch-ak
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-11-07 15:36:55 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-11-07 15:36:55 +0000
commitd08a486ae2bcf71839e606057766530805fdd506 (patch)
treefca9b426ae709bed8e6fe6196cc9ee164f7fcd74 /misc/emma/files/patch-ak
parentUpdate to version 3.0 (diff)
Add EMMA - a personal finance manager for GNOME.
Diffstat (limited to 'misc/emma/files/patch-ak')
-rw-r--r--misc/emma/files/patch-ak20
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/emma/files/patch-ak b/misc/emma/files/patch-ak
new file mode 100644
index 000000000000..194b1a11757e
--- /dev/null
+++ b/misc/emma/files/patch-ak
@@ -0,0 +1,20 @@
+--- data/date.py 2000/11/07 14:34:00 1.1
++++ data/date.py 2000/11/07 14:36:28
+@@ -57,7 +57,7 @@
+ return emma.date() >= this.ticks() and emma.date() < next.ticks()
+
+ emma.register_func("MonthExt",\
+- "Args: numMonths, offset\n\n",\
++ "Args: numMonths, offset\n\n"\
+ "Returns True if the transaction happened\n"\
+ "in the next <numMonths> months offset by\n"\
+ "<offset> weeks.\n\n"\
+@@ -72,7 +72,7 @@
+ return emma.date() >= this.ticks() and emma.date() < next.ticks()
+
+ emma.register_func("YearExt",\
+- "Args: numYears, offset\n\n",\
++ "Args: numYears, offset\n\n"\
+ "Returns True if the transaction happened in\n"\
+ "the next <numYears> year offset by <offset>\n"\
+ "years.\n\n"\