summaryrefslogtreecommitdiff
path: root/ibus/panel.py
diff options
context:
space:
mode:
Diffstat (limited to 'ibus/panel.py')
-rw-r--r--ibus/panel.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ibus/panel.py b/ibus/panel.py
index 81bfb2ef..66b18bc4 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):