Do not use color for candidates of PunctEditor
authorPeng Huang <shawn.p.huang@gmail.com>
Wed, 19 May 2010 04:58:55 +0000 (12:58 +0800)
committerPeng Huang <shawn.p.huang@gmail.com>
Wed, 19 May 2010 04:58:55 +0000 (12:58 +0800)
src/PunctEditor.cc

index c7317ec..63bb6ff 100644 (file)
@@ -492,7 +492,7 @@ PunctEditor::fillLookupTable (void)
     for (std::vector<const gchar *>::iterator it = m_punct_candidates.begin ();
          it != m_punct_candidates.end (); it++) {
         Text text (*it);
-        text.appendAttribute (IBUS_ATTR_TYPE_FOREGROUND, 0x004466, 0, -1);
+        // text.appendAttribute (IBUS_ATTR_TYPE_FOREGROUND, 0x004466, 0, -1);
         m_lookup_table.appendCandidate (text);
     }
 }