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:
d77ada2
)
Fix a typo.
author
Huang Peng
<shawn.p.huang@gmail.com>
Wed, 30 Jul 2008 05:16:44 +0000
(13:16 +0800)
committer
Huang Peng
<shawn.p.huang@gmail.com>
Wed, 30 Jul 2008 05:16:44 +0000
(13:16 +0800)
gconf/config.py
patch
|
blob
|
history
diff --git
a/gconf/config.py
b/gconf/config.py
index 7a9688d551092f20e9bbaf420c4df33fde513be8..267b8b1ab70b40eed9132126e8c930adb85d344b 100644
(file)
--- a/
gconf/config.py
+++ b/
gconf/config.py
@@
-100,7
+100,7
@@
class Config(ibus.Object):
raise ibus.IBusException("Pair must have two value")
ret = gconf.Value(gconf.VALUE_PAIR)
ret.set_car(self.__to_gconf_value(value[0]))
- ret.set_c
rd
(self.__to_gconf_value(value[1]))
+ ret.set_c
dr
(self.__to_gconf_value(value[1]))
elif isinstance(value, list):
ret = gconf.Value(gconf.VALUE_LIST)
if len(value) > 0: