summaryrefslogtreecommitdiffstats
path: root/deskutils/rox-memo
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2003-03-23 12:20:41 +0000
committerolgeni <olgeni@FreeBSD.org>2003-03-23 12:20:41 +0000
commit2c850e011155edda7907eade24c7019c46fbfe38 (patch)
tree2826d8f3b8897dc479f4be171f4a22ac9daa78db /deskutils/rox-memo
parentbc21608b1e489eeb0cd45da0fa73aafc13ad8fdf (diff)
downloadFreeBSD-ports-2c850e011155edda7907eade24c7019c46fbfe38.zip
FreeBSD-ports-2c850e011155edda7907eade24c7019c46fbfe38.tar.gz
Fix bug in "edit" button handling.
Submitted by: The Anarcat <anarcat@anarcat.ath.cx>
Diffstat (limited to 'deskutils/rox-memo')
-rw-r--r--deskutils/rox-memo/Makefile1
-rw-r--r--deskutils/rox-memo/files/patch-Memo_EditBox.py14
2 files changed, 15 insertions, 0 deletions
diff --git a/deskutils/rox-memo/Makefile b/deskutils/rox-memo/Makefile
index f85e05c..0c0f450 100644
--- a/deskutils/rox-memo/Makefile
+++ b/deskutils/rox-memo/Makefile
@@ -7,6 +7,7 @@
PORTNAME= rox-memo
PORTVERSION= 1.9.1
+PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= rox
diff --git a/deskutils/rox-memo/files/patch-Memo_EditBox.py b/deskutils/rox-memo/files/patch-Memo_EditBox.py
new file mode 100644
index 0000000..c46a1ec
--- /dev/null
+++ b/deskutils/rox-memo/files/patch-Memo_EditBox.py
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- Memo/EditBox.py.orig Fri Mar 21 21:22:53 2003
++++ Memo/EditBox.py Fri Mar 21 21:23:23 2003
+@@ -74,7 +74,7 @@
+
+ if memo:
+ buffer = self.text.get_buffer()
+- buffer.insert_at_cursor(memo.message, -1)
++ buffer.insert_at_cursor(memo.message)
+ if memo and memo.at:
+ self.at.set_active(TRUE)
+ if memo == None or memo.at == 0:
OpenPOWER on IntegriCloud