projects
/
platform
/
upstream
/
ibus-libpinyin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f23f898
)
Do not use color for candidates of PunctEditor
author
Peng Huang
<shawn.p.huang@gmail.com>
Wed, 19 May 2010 04:58:55 +0000
(12:58 +0800)
committer
Peng Huang
<shawn.p.huang@gmail.com>
Wed, 19 May 2010 04:58:55 +0000
(12:58 +0800)
src/PunctEditor.cc
patch
|
blob
|
history
diff --git
a/src/PunctEditor.cc
b/src/PunctEditor.cc
index
c7317ec
..
63bb6ff
100644
(file)
--- a/
src/PunctEditor.cc
+++ b/
src/PunctEditor.cc
@@
-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);
}
}