summaryrefslogtreecommitdiffstats
path: root/bus
diff options
context:
space:
mode:
authorPeng Huang <phuang@phuang.nay.redhat.com>2009-02-10 16:53:00 +0800
committerPeng Huang <phuang@phuang.nay.redhat.com>2009-02-10 16:53:00 +0800
commit637b346b1697e2d1285a6a727b2ec8455cf3e0f5 (patch)
tree3abc0a579000efaeb8db8484f74c9672dbc935a8 /bus
parent4fdeceb51956a114a684c7a9b75db4db459c5ee4 (diff)
downloadibus-637b346b1697e2d1285a6a727b2ec8455cf3e0f5.tar.gz
ibus-637b346b1697e2d1285a6a727b2ec8455cf3e0f5.tar.xz
ibus-637b346b1697e2d1285a6a727b2ec8455cf3e0f5.zip
Fix crash on x86_64 platform.
Diffstat (limited to 'bus')
-rw-r--r--bus/factoryproxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/factoryproxy.c b/bus/factoryproxy.c
index 38357b4..cf30b95 100644
--- a/bus/factoryproxy.c
+++ b/bus/factoryproxy.c
@@ -186,7 +186,7 @@ bus_factory_proxy_create_engine (BusFactoryProxy *factory,
-1,
&error,
G_TYPE_STRING, &(desc->name),
- DBUS_TYPE_INVALID);
+ G_TYPE_INVALID);
if (reply_message == NULL) {
g_warning ("%s: %s", error->name, error->message);
ibus_error_free (error);