On Fri, 2004-02-20 at 06:41, Daniel Silverstone wrote: > Hi, > > I have been working on a program which uses the dbus glib binding. > Unfortunately it appears that if the dbus goes away, the glib binding > unceremoniously kills my program. > > Is there anything I can do to prevent this from happening? > dbus_connection_set_exit_on_disconnect() (or something like that, I forget the exact function name) Havoc