summaryrefslogtreecommitdiffstats
path: root/glib/test-dbus-glib.c
diff options
context:
space:
mode:
Diffstat (limited to 'glib/test-dbus-glib.c')
-rw-r--r--glib/test-dbus-glib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/test-dbus-glib.c b/glib/test-dbus-glib.c
index c838b688..9fcbe4c0 100644
--- a/glib/test-dbus-glib.c
+++ b/glib/test-dbus-glib.c
@@ -28,7 +28,7 @@ main (int argc, char **argv)
return 1;
}
- dbus_connection_setup_with_g_main (connection);
+ dbus_connection_setup_with_g_main (connection, NULL);
message = dbus_message_new ("org.freedesktop.DBus", "org.freedesktop.DBus.Hello");