summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2009-03-22 09:30:34 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2009-03-22 09:30:34 +0800
commit4ecbd9354383b58a6345e3f3ac43552112c42897 (patch)
tree81201f2249e684fa786e41df1e24ea08031158f5
parent1b8433a38bb1bca0b2378a6a06568b73fc307991 (diff)
downloadibus-4ecbd9354383b58a6345e3f3ac43552112c42897.tar.gz
ibus-4ecbd9354383b58a6345e3f3ac43552112c42897.tar.xz
ibus-4ecbd9354383b58a6345e3f3ac43552112c42897.zip
Fix a typo.
-rw-r--r--bus/inputcontext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/inputcontext.c b/bus/inputcontext.c
index 4d66232..723f3af 100644
--- a/bus/inputcontext.c
+++ b/bus/inputcontext.c
@@ -1472,7 +1472,7 @@ bus_input_context_update_lookup_table (BusInputContext *context,
if (priv->capabilities & IBUS_CAP_LOOKUP_TABLE) {
bus_input_context_send_signal (context,
"UpdateLookupTable",
- IBUS_TYPE_TEXT, &(priv->lookup_table),
+ IBUS_TYPE_LOOKUP_TABLE, &(priv->lookup_table),
G_TYPE_BOOLEAN, &(priv->lookup_table_visible),
G_TYPE_INVALID);
}