GNOME Bugzilla – Bug 347099
Use of deprecated function dbus_connection_disconnect
Last modified: 2006-07-13 15:33:33 UTC
Please describe the problem: See http://jhbuild.bxlug.be/builds/2006-07-10-0004/logs/gnome-vfs/#build The function dbus_connection_disconnect was replaced by dbus_connection_close Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 68718 [details] [review] Quick patch Patch to replace all dbus_connection_disconnect calls by dbus_connection_close
*** Bug 347222 has been marked as a duplicate of this bug. ***
Patch looks right to me (note that I'm not the maintainer, though), but diffs really should be made using the -up flags; otherwise the patch is usually nearly unreadable.
So this changed happend to dbus HEAD, right? It didn't land in any relase yet or am I mistaken here? If so then I would favour to wait until the next version dbus (including this change) is out or we have a promise that it will be before 2.15.4 happens. Otherwise distribution would have to patch gnome-vfs or ship a cvs/git version of dbus which seems not like an idea solution to me. The patch itself looks fine (despite the missing -up flags Elijah already pointed out)
Ok, I should have looked closer before writing that. the _close version is already there. I commit this patch. Thanks!