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:
b9a2255
)
Fix build errors in NetBSD
author
Peng Huang
<shawn.p.huang@gmail.com>
Wed, 19 May 2010 09:29:49 +0000
(17:29 +0800)
committer
Peng Huang
<shawn.p.huang@gmail.com>
Wed, 19 May 2010 09:29:49 +0000
(17:29 +0800)
src/PinyinEditor.cc
patch
|
blob
|
history
diff --git
a/src/PinyinEditor.cc
b/src/PinyinEditor.cc
index
bef4112
..
72e7c62
100644
(file)
--- a/
src/PinyinEditor.cc
+++ b/
src/PinyinEditor.cc
@@
-628,7
+628,7
@@
PinyinEditor::update (void)
updateAuxiliaryText ();
}
-
inline
void
+void
PinyinEditor::commit (const gchar *str)
{
StaticText text(str);
@@
-703,7
+703,7
@@
PinyinEditor::selectCandidate (guint i)
return FALSE;
}
-
inline
gboolean
+gboolean
PinyinEditor::selectCandidateInPage (guint i)
{
guint page_size = m_lookup_table.pageSize ();