projects
/
platform
/
upstream
/
ibus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
462564e
)
Fix a typo.
author
Huang Peng
<shawn.p.huang@gmail.com>
Mon, 30 Jun 2008 14:22:04 +0000
(22:22 +0800)
committer
Huang Peng
<shawn.p.huang@gmail.com>
Mon, 30 Jun 2008 14:22:04 +0000
(22:22 +0800)
ibus/interface/iconfig.py
patch
|
blob
|
history
diff --git
a/ibus/interface/iconfig.py
b/ibus/interface/iconfig.py
index
68a0c8b
..
587aec6
100644
(file)
--- a/
ibus/interface/iconfig.py
+++ b/
ibus/interface/iconfig.py
@@
-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