WIP.
authorHuang Peng <shawn.p.huang@gmail.com>
Sat, 16 Aug 2008 05:41:07 +0000 (13:41 +0800)
committerHuang Peng <shawn.p.huang@gmail.com>
Sat, 16 Aug 2008 05:41:07 +0000 (13:41 +0800)
Makefile.am
lib/gtk2/ibusimclient.c

index 977d057..38a98f9 100644 (file)
@@ -25,7 +25,6 @@ SUBDIRS = \
        ibus \
        launcher \
        panel \
-       engine \
        lib \
        client \
        setup \
index c1535b7..7829097 100644 (file)
@@ -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;
 }