summaryrefslogtreecommitdiffstats
path: root/ibus
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-09-28 10:56:11 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-09-28 10:56:11 +0800
commit0a19866bcc57beb1d15bfe996b7c58fd054abdbc (patch)
treec44c3e05c2b5448f8c09466ca6271a1fca768f02 /ibus
parent7e28ed0209cc811b7443e15304174a730f75f8d5 (diff)
downloadibus-0a19866bcc57beb1d15bfe996b7c58fd054abdbc.tar.gz
ibus-0a19866bcc57beb1d15bfe996b7c58fd054abdbc.tar.xz
ibus-0a19866bcc57beb1d15bfe996b7c58fd054abdbc.zip
Change Panel interface.
Diffstat (limited to 'ibus')
-rw-r--r--ibus/panel.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ibus/panel.py b/ibus/panel.py
index 81bfb2e..66b18bc 100644
--- a/ibus/panel.py
+++ b/ibus/panel.py
@@ -50,7 +50,6 @@ class PanelMenu(PanelItem):
class PanelBase(ibus.Object):
def __init__(self, bus):
super(PanelBase, self).__init__()
- bus.request_name(IBUS_PANEL_NAME)
self.__proxy = PanelProxy(self, bus.get_dbusconn())
def set_cursor_location(self, x, y, w, h):