[gnote] Fix spellcheck with underline
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnote] Fix spellcheck with underline
- Date: Sat,  9 Oct 2010 11:14:53 +0000 (UTC)
commit 52fd1188840cf8aeca64705e58eccf903e93a749
Author: Aurimas Ä?ernius <aurisc4 gmail com>
Date:   Sat Oct 9 14:13:20 2010 +0300
    Fix spellcheck with underline
    
    Spell check stops working, when underline is enabled.
    Fixes bug 631335.
 src/addins/underline/underlinetag.hpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/addins/underline/underlinetag.hpp b/src/addins/underline/underlinetag.hpp
index 7af82b8..c653ad7 100644
--- a/src/addins/underline/underlinetag.hpp
+++ b/src/addins/underline/underlinetag.hpp
@@ -37,7 +37,7 @@ class UnderlineTag
 {
 public:
   UnderlineTag()
-    : gnote::NoteTag("underline", CAN_GROW | CAN_UNDO)
+    : gnote::NoteTag("underline", CAN_GROW | CAN_UNDO | CAN_SPELL_CHECK)
     {
       property_underline() = Pango::UNDERLINE_SINGLE;
     }
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]