gdbus: avoid warning when finalizing a GDBusObjectManagerClient
authorAleksander Morgado <aleksander@lanedo.com>
Thu, 27 Oct 2011 14:54:02 +0000 (16:54 +0200)
committerAleksander Morgado <aleksander@lanedo.com>
Thu, 27 Oct 2011 16:34:27 +0000 (18:34 +0200)
If the GDBusObjectManagerClient doesn't get a name owner during its lifetime,
`on_control_proxy_g_signal' will never be connected to any signal, so we
shouldn't dump any warning in that case.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=662858


No differences found