summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-08-16 13:41:07 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-08-16 13:41:07 +0800
commit7cf0c05d10bfb465765e439cca299b8eca8d6bcb (patch)
treea5c19df2b4595ebf4190c775d8c86767b173a7f5
parentad42625677ac6ed3b43598fe71dfe92232f11fed (diff)
downloadibus-7cf0c05d10bfb465765e439cca299b8eca8d6bcb.tar.gz
ibus-7cf0c05d10bfb465765e439cca299b8eca8d6bcb.tar.xz
ibus-7cf0c05d10bfb465765e439cca299b8eca8d6bcb.zip
WIP.
-rw-r--r--Makefile.am1
-rw-r--r--lib/gtk2/ibusimclient.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 977d057..38a98f9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,7 +25,6 @@ SUBDIRS = \
ibus \
launcher \
panel \
- engine \
lib \
client \
setup \
diff --git a/lib/gtk2/ibusimclient.c b/lib/gtk2/ibusimclient.c
index c1535b7..7829097 100644
--- a/lib/gtk2/ibusimclient.c
+++ b/lib/gtk2/ibusimclient.c
@@ -169,7 +169,7 @@ ibus_im_client_new (void)
{
IBusIMClient *client;
- client = IBUS_IM_CLIENT(g_object_new (IBUS_TYPE_IM_CLIENT, NULL));
+ client = IBUS_IM_CLIENT (g_object_new (IBUS_TYPE_IM_CLIENT, NULL));
return client;
}