Update so version in common.py
authorPeng Huang <shawn.p.huang@gmail.com>
Mon, 1 Feb 2010 09:40:30 +0000 (17:40 +0800)
committerPeng Huang <shawn.p.huang@gmail.com>
Mon, 1 Feb 2010 09:40:30 +0000 (17:40 +0800)
ibus/common.py

index b5346dcb3a0a89d479edc3e955d0f07035d84a8c..f16b654d2f5ad14c046fcb4870bc8d66757906f6 100644 (file)
@@ -98,7 +98,7 @@ import ctypes
 #         return None
 #     return address
 
-libibus = ctypes.CDLL("libibus.so.1")
+libibus = ctypes.CDLL("libibus.so.2")
 get_address = libibus.ibus_get_address
 get_address.restype=ctypes.c_char_p