diff options
| author | Huang Peng <shawn.p.huang@gmail.com> | 2008-07-30 13:16:44 +0800 |
|---|---|---|
| committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-07-30 13:16:44 +0800 |
| commit | 12afe7c562211c255cccf29091fe4ac3d7d7f0c5 (patch) | |
| tree | ed7736f8ec80aeaf93dab2a2f831132d7af7ac26 /gconf | |
| parent | d77ada2151191b819d01cbb1a3736ba13c2ad3cb (diff) | |
| download | ibus-12afe7c562211c255cccf29091fe4ac3d7d7f0c5.tar.gz ibus-12afe7c562211c255cccf29091fe4ac3d7d7f0c5.tar.xz ibus-12afe7c562211c255cccf29091fe4ac3d7d7f0c5.zip | |
Fix a typo.
Diffstat (limited to 'gconf')
| -rw-r--r-- | gconf/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gconf/config.py b/gconf/config.py index 7a9688d..267b8b1 100644 --- 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_crd(self.__to_gconf_value(value[1])) + ret.set_cdr(self.__to_gconf_value(value[1])) elif isinstance(value, list): ret = gconf.Value(gconf.VALUE_LIST) if len(value) > 0: |
