fixes bug where sometimes objects were not unregistered from dbus
authorRomain Pokrzywka <romain@kdab.com>
Thu, 14 Jan 2010 07:59:22 +0000 (08:59 +0100)
committerRalf Habacker <ralf.habacker@freenet.de>
Thu, 14 Jan 2010 08:10:25 +0000 (09:10 +0100)
commitd4440ef7bb3ee339cf5a3cdd8d0f56e6db69ea23
treede755ebdef4920dcf3e99759a3871fea8247a34b
parent0411f9d6327987a0f9aea332effd37c01aafbab2
fixes bug where sometimes objects were not unregistered from dbus
although their app had exited. As it turns out it was a missing
implementation of the method _dbus_fd_set_close_on_exec() for windows.
It's been tested with msvc2005, msvc2008, and mingw, and solves
all the unregistering issues on many kde apps.
dbus/dbus-sysdeps-win.c