summaryrefslogtreecommitdiffstats
path: root/bus
diff options
context:
space:
mode:
authorPeng Huang <phuang@phuang.nay.redhat.com>2009-02-10 16:55:38 +0800
committerPeng Huang <phuang@phuang.nay.redhat.com>2009-02-10 16:55:38 +0800
commitb12ce003bc273f678b5249399e515ff78af1a582 (patch)
tree0c7001cd07f8e0f22b9991b913c394607477586f /bus
parent637b346b1697e2d1285a6a727b2ec8455cf3e0f5 (diff)
downloadibus-b12ce003bc273f678b5249399e515ff78af1a582.tar.gz
ibus-b12ce003bc273f678b5249399e515ff78af1a582.tar.xz
ibus-b12ce003bc273f678b5249399e515ff78af1a582.zip
Fix problem on x86_64 platform.
Diffstat (limited to 'bus')
-rw-r--r--bus/engineproxy.c4
-rw-r--r--bus/panelproxy.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/bus/engineproxy.c b/bus/engineproxy.c
index 963dfe2..aabcc8a 100644
--- a/bus/engineproxy.c
+++ b/bus/engineproxy.c
@@ -345,7 +345,7 @@ bus_engine_proxy_real_destroy (BusEngineProxy *engine)
if (ibus_proxy_get_connection ((IBusProxy *) engine)) {
ibus_proxy_call ((IBusProxy *) engine,
"Destroy",
- DBUS_TYPE_INVALID);
+ G_TYPE_INVALID);
}
if (priv->desc) {
@@ -688,7 +688,7 @@ void bus_engine_proxy_property_hide (BusEngineProxy *engine,
g_assert (BUS_IS_ENGINE_PROXY (engine)); \
ibus_proxy_call ((IBusProxy *) engine, \
#Name, \
- DBUS_TYPE_INVALID); \
+ G_TYPE_INVALID); \
}
DEFINE_FUNCTION (FocusIn, focus_in)
diff --git a/bus/panelproxy.c b/bus/panelproxy.c
index 7d99f67..1d24b2f 100644
--- a/bus/panelproxy.c
+++ b/bus/panelproxy.c
@@ -222,7 +222,7 @@ bus_panel_proxy_real_destroy (BusPanelProxy *panel)
if (ibus_proxy_get_connection ((IBusProxy *)panel) != NULL) {
ibus_proxy_call ((IBusProxy *) panel,
"Destroy",
- DBUS_TYPE_INVALID);
+ G_TYPE_INVALID);
}
if (priv->focused_context) {