summaryrefslogtreecommitdiffstats
path: root/bus/panelproxy.c
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/panelproxy.c
parent637b346b1697e2d1285a6a727b2ec8455cf3e0f5 (diff)
downloadibus-b12ce003bc273f678b5249399e515ff78af1a582.tar.gz
ibus-b12ce003bc273f678b5249399e515ff78af1a582.tar.xz
ibus-b12ce003bc273f678b5249399e515ff78af1a582.zip
Fix problem on x86_64 platform.
Diffstat (limited to 'bus/panelproxy.c')
-rw-r--r--bus/panelproxy.c2
1 files changed, 1 insertions, 1 deletions
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) {