diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-04-23 14:36:35 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-04-27 15:53:48 +0100 |
commit | c78e2398028fc36dff350353e0c456fc803e361b (patch) | |
tree | f8154440dee0f9eb4d876deddb15e0592f9768a9 /tests/dbus/connection-bug-18845.c | |
parent | 47196caf12fc0a667c21ce41197b0ca3036fc9a4 (diff) |
Use test_object_new_static_class more
Diffstat (limited to 'tests/dbus/connection-bug-18845.c')
-rw-r--r-- | tests/dbus/connection-bug-18845.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dbus/connection-bug-18845.c b/tests/dbus/connection-bug-18845.c index 24476f90c..9a65996f3 100644 --- a/tests/dbus/connection-bug-18845.c +++ b/tests/dbus/connection-bug-18845.c @@ -50,7 +50,7 @@ main (int argc, mainloop = g_main_loop_new (NULL, FALSE); dbus = test_dbus_daemon_dup_or_die (); - service_conn = SIMPLE_CONNECTION (g_object_new ( + service_conn = SIMPLE_CONNECTION (test_object_new_static_class ( SIMPLE_TYPE_CONNECTION, "account", "me@example.com", "protocol", "simple", |