From caf982d0574f27b66d1e8bc8362ee9b94c79611f Mon Sep 17 00:00:00 2001 From: Huang Peng Date: Mon, 25 Aug 2008 06:22:39 +0800 Subject: Fix a typo. --- ibus/factory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibus/factory.py b/ibus/factory.py index 1f8cef3..18deebf 100644 --- a/ibus/factory.py +++ b/ibus/factory.py @@ -60,7 +60,7 @@ class EngineFactoryBase(ibus.Object): self.__info = None self.__engine_class = None self.__engine_path = None - super(EngineBase,self).do_destroy() + super(EngineFactoryBase,self).do_destroy() class EngineFactoryProxy(interface.IEngineFactory): -- cgit