aboutsummaryrefslogtreecommitdiff
path: root/examples/exportactiongroup.py
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-11-17 13:13:59 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-11-17 13:13:59 +0100
commit8089cd5052ff617c05ef981b24881d4b89b5436c (patch)
tree9511d64514ca43f233539279f699c5b099e010d8 /examples/exportactiongroup.py
parent7f41ec3ad465feae093eab4d4ae54b8454a63018 (diff)
parent0d2c880a580c1ea9bb796e1116d18560fea0e4d6 (diff)
downloadqmenumodel-8089cd5052ff617c05ef981b24881d4b89b5436c.tar.gz
qmenumodel-8089cd5052ff617c05ef981b24881d4b89b5436c.tar.bz2
qmenumodel-8089cd5052ff617c05ef981b24881d4b89b5436c.zip
Merge branch 'tari01-pr/rename-canonical-properties'
Attributes GH PR #7: https://github.com/AyatanaIndicators/qmenumodel/pull/7
Diffstat (limited to 'examples/exportactiongroup.py')
-rwxr-xr-xexamples/exportactiongroup.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/exportactiongroup.py b/examples/exportactiongroup.py
index b1237a8..df05b0d 100755
--- a/examples/exportactiongroup.py
+++ b/examples/exportactiongroup.py
@@ -18,8 +18,8 @@
"""
This example script exports an action group on the session bus under the name
-com.canonical.testactiongroup and at the object path
-/com/canonical/testactiongroup.
+org.ayatana.testactiongroup and at the object path
+/org/ayatana/testactiongroup.
"""
import sys
@@ -28,8 +28,8 @@ from gi.repository import Gio
from gi.repository import GLib
-BUS_NAME = 'com.canonical.testactiongroup'
-BUS_OBJECT_PATH = '/com/canonical/testactiongroup'
+BUS_NAME = 'org.ayatana.testactiongroup'
+BUS_OBJECT_PATH = '/org/ayatana/testactiongroup'
def action_activated(action, data):