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