Remove TestProp 0.1.0.20080810
authorHuang Peng <shawn.p.huang@gmail.com>
Sat, 9 Aug 2008 06:16:33 +0000 (14:16 +0800)
committerHuang Peng <shawn.p.huang@gmail.com>
Sat, 9 Aug 2008 06:16:33 +0000 (14:16 +0800)
engine/engine.py

index 91db235..4ab54ac 100644 (file)
@@ -88,12 +88,12 @@ class Engine(ibus.EngineBase):
 
 
         # init test property
-        test_prop = ibus.Property(name = "TestProp",
-                            type = ibus.PROP_TYPE_TOGGLE,
-                            label = u"あ",
-                            tooltip = "test property")
-        self.__prop_dict["TestProp"] = test_prop
-        props.append(test_prop)
+        test_prop = ibus.Property(name = "TestProp",
+                            type = ibus.PROP_TYPE_TOGGLE,
+                            label = u"あ",
+                            tooltip = "test property")
+        self.__prop_dict["TestProp"] = test_prop
+        props.append(test_prop)
 
 
         return props