Fix a typo.
authorHuang Peng <shawn.p.huang@gmail.com>
Wed, 30 Jul 2008 05:16:44 +0000 (13:16 +0800)
committerHuang Peng <shawn.p.huang@gmail.com>
Wed, 30 Jul 2008 05:16:44 +0000 (13:16 +0800)
gconf/config.py

index 7a9688d551092f20e9bbaf420c4df33fde513be8..267b8b1ab70b40eed9132126e8c930adb85d344b 100644 (file)
@@ -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: