diff options
author | Ted Gould <ted@gould.cx> | 2011-02-07 16:43:15 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-07 16:43:15 -0600 |
commit | 3fab4873c00572044ddc8447d5aa0f3d2d9f8cd1 (patch) | |
tree | c8b2bb68005950073192a67da33ba998554fa58c /tools/dbusmenu-bench | |
parent | fd954bb9d7e00405e23acd03a7dda5d97fb66e02 (diff) | |
parent | 9c5089892566097a42c8dd75b9eb79a81b57b1e9 (diff) | |
download | libdbusmenu-3fab4873c00572044ddc8447d5aa0f3d2d9f8cd1.tar.gz libdbusmenu-3fab4873c00572044ddc8447d5aa0f3d2d9f8cd1.tar.bz2 libdbusmenu-3fab4873c00572044ddc8447d5aa0f3d2d9f8cd1.zip |
Updating to trunk
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" |