diff options
author | Ted Gould <ted@gould.cx> | 2011-01-13 09:57:24 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-13 09:57:24 -0600 |
commit | 04d103c50c6cfaee91612cc62919e2582d6f546e (patch) | |
tree | c2bdf65d06ec43029a4549654772f38d253db0b3 /tools/dbusmenu-bench | |
parent | ad2dcd362c349e617913343a45e787e2f3f4bae4 (diff) | |
parent | a8b425c5868c73739f60997ebc2013df3b3d6d4b (diff) | |
download | libdbusmenu-04d103c50c6cfaee91612cc62919e2582d6f546e.tar.gz libdbusmenu-04d103c50c6cfaee91612cc62919e2582d6f546e.tar.bz2 libdbusmenu-04d103c50c6cfaee91612cc62919e2582d6f546e.zip |
Changing namespace from ayatana.org to canonical.com
Diffstat (limited to 'tools/dbusmenu-bench')
-rwxr-xr-x | tools/dbusmenu-bench | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dbusmenu-bench b/tools/dbusmenu-bench index 4b58da8..dcf5f6f 100755 --- a/tools/dbusmenu-bench +++ b/tools/dbusmenu-bench @@ -35,7 +35,7 @@ from xml.etree import ElementTree as ET import dbus -DBUS_INTERFACE = "org.ayatana.dbusmenu" +DBUS_INTERFACE = "com.canonical.dbusmenu" DBUS_SERVICE = "org.dbusmenu.test" DBUS_PATH = "/MenuBar" |