[PATCH] Fixed typo in dbus/bus.py where list_activatable_names would call org.freedesktop.DBus.ListNames instead of org.freedesktop.DBus.ListActivatableNames
Johan Sandelin
johan at alphafish.com
Tue Mar 23 07:15:33 PDT 2010
---
dbus/bus.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dbus/bus.py b/dbus/bus.py
index edd5ef7..86c655d 100644
--- a/dbus/bus.py
+++ b/dbus/bus.py
@@ -339,7 +339,7 @@ class BusConnection(Connection):
:Since: 0.81.0
"""
return self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH,
- BUS_DAEMON_IFACE, 'ListNames',
+ BUS_DAEMON_IFACE, 'ListActivatableNames',
'', (), utf8_strings=True)
def get_name_owner(self, bus_name):
--
1.6.3.3
More information about the dbus
mailing list