diff options
author | Peng Huang <phuang@phuang.nay.redhat.com> | 2009-02-10 16:55:38 +0800 |
---|---|---|
committer | Peng Huang <phuang@phuang.nay.redhat.com> | 2009-02-10 16:55:38 +0800 |
commit | b12ce003bc273f678b5249399e515ff78af1a582 (patch) | |
tree | 0c7001cd07f8e0f22b9991b913c394607477586f /bus/panelproxy.c | |
parent | 637b346b1697e2d1285a6a727b2ec8455cf3e0f5 (diff) | |
download | ibus-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.c | 2 |
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) { |