diff options
Diffstat (limited to 'deskutils/rox-memo')
-rw-r--r-- | deskutils/rox-memo/Makefile | 1 | ||||
-rw-r--r-- | deskutils/rox-memo/files/patch-Memo_EditBox.py | 14 |
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: |