summaryrefslogtreecommitdiff
path: root/ibus
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@unixuser.org>2010-12-20 18:19:04 +0900
committerDaiki Ueno <ueno@unixuser.org>2010-12-20 18:19:04 +0900
commitfb0aee6d9f04e2b9e3177cfbd6cff359d40af879 (patch)
treed49b2f3a94ed696ce27ab658fd63b0864dc30158 /ibus
parent7ca2d0f5b8fe5eb395fdff850d482d44b6216300 (diff)
downloadibus-fb0aee6d9f04e2b9e3177cfbd6cff359d40af879.tar.gz
Don't call nonexistent org.freedesktop.IBus.InputContext.Destroy.
BUG=none TEST=manual Review URL: http://codereview.appspot.com/3800041
Diffstat (limited to 'ibus')
-rw-r--r--ibus/inputcontext.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ibus/inputcontext.py b/ibus/inputcontext.py
index 072717a3..4cba92d4 100644
--- a/ibus/inputcontext.py
+++ b/ibus/inputcontext.py
@@ -224,7 +224,6 @@ class InputContext(object.Object):
def destroy(self):
self.detach_signals()
- self.__context.Destroy()
super(InputContext, self).destroy()
def get_engine(self):