[d-feet] Use dbus_is_address() instead of dbus_is_supported_address()



commit 1098241821c9de225875ef99ef8bb76201748f85
Author: Thomas Bechtold <thomasbechtold jpberlin de>
Date:   Sat May 25 18:34:15 2013 +0200

    Use dbus_is_address() instead of dbus_is_supported_address()

 src/dfeet/introspection.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/dfeet/introspection.py b/src/dfeet/introspection.py
index 3224036..52a8b7d 100644
--- a/src/dfeet/introspection.py
+++ b/src/dfeet/introspection.py
@@ -59,7 +59,7 @@ class AddressInfo():
                 self.connection = Gio.bus_get_sync(self.address, None)
                 self.__label_address.set_text(
                     Gio.dbus_address_get_for_bus_sync(self.address, None))
-            elif Gio.dbus_is_supported_address(self.address):
+            elif Gio.dbus_is_address(self.address):
                 self.connection = Gio.DBusConnection.new_for_address_sync(
                     self.address,
                     Gio.DBusConnectionFlags.AUTHENTICATION_CLIENT |


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]