You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/rednotebook/files/rednotebook-1.6.5-disable-s...

18 lines
458 B

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