Fix a typo.
authorHuang Peng <shawn.p.huang@gmail.com>
Mon, 30 Jun 2008 14:22:04 +0000 (22:22 +0800)
committerHuang Peng <shawn.p.huang@gmail.com>
Mon, 30 Jun 2008 14:22:04 +0000 (22:22 +0800)
ibus/interface/iconfig.py

index 68a0c8b..587aec6 100644 (file)
@@ -58,11 +58,11 @@ class IConfig (dbus.service.Object):
        def WriteString (self, key, value):
                pass
 
-       @method (in_signature = "si", value)
-       def WriteInt (self, key):
+       @method (in_signature = "si")
+       def WriteInt (self, key, value):
                pass
 
-       @method (in_signature = "sb", value)
-       def WriteBool (self, key):
+       @method (in_signature = "sb")
+       def WriteBool (self, key, value):
                pass