[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
Wed Mar 24 03:00:47 PDT 2010


On Tue, 2010-03-23 at 15:15 +0100, Johan Sandelin wrote:
> ---
>  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):

I have no idea how things work around here. How do I go about getting
this little fix committed? Do I need to file a bug somewhere and attach
the patch to that?



More information about the dbus mailing list