summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/rednotebook/files/rednotebook-1.2.0-disable-spell.patch')
-rw-r--r--x11-misc/rednotebook/files/rednotebook-1.2.0-disable-spell.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/x11-misc/rednotebook/files/rednotebook-1.2.0-disable-spell.patch b/x11-misc/rednotebook/files/rednotebook-1.2.0-disable-spell.patch
deleted file mode 100644
index ac4261b99018..000000000000
--- a/x11-misc/rednotebook/files/rednotebook-1.2.0-disable-spell.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: rednotebook-1.2.0/rednotebook/gui/editor.py
-===================================================================
---- rednotebook-1.2.0.orig/rednotebook/gui/editor.py
-+++ rednotebook-1.2.0/rednotebook/gui/editor.py
-@@ -25,11 +25,7 @@ import gtk
- import gobject
- import pango
-
--# try to import gtkspell
--try:
-- import gtkspell
--except ImportError:
-- gtkspell = None
-+gtkspell = None
-
- from rednotebook.gui import t2t_highlight
- from rednotebook import undo