diff options
Diffstat (limited to 'test/glib/test-dbus-glib.c')
| -rw-r--r-- | test/glib/test-dbus-glib.c | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/test/glib/test-dbus-glib.c b/test/glib/test-dbus-glib.c index ca36af1f..94ce4699 100644 --- a/test/glib/test-dbus-glib.c +++ b/test/glib/test-dbus-glib.c @@ -67,9 +67,9 @@ main (int argc, char **argv)    /* Create a proxy object for the "bus driver" */    driver = dbus_g_proxy_new_for_name (connection, -                                      DBUS_SERVICE_ORG_FREEDESKTOP_DBUS, -                                      DBUS_PATH_ORG_FREEDESKTOP_DBUS, -                                      DBUS_INTERFACE_ORG_FREEDESKTOP_DBUS); +                                      DBUS_SERVICE_DBUS, +                                      DBUS_PATH_DBUS, +                                      DBUS_INTERFACE_DBUS);    /* Call ListNames method */  | 
