projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
9782598
)
gdbus: avoid warning when finalizing a GDBusObjectManagerClient
author
Aleksander Morgado
<aleksander@lanedo.com>
Thu, 27 Oct 2011 14:54:02 +0000
(16:54 +0200)
committer
Aleksander 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