On Wednesday 24 January 2007 19:03, Tomer Haimovich said: > Concerning the DBUS issues. Firstly, I realize that the current configure > file is ugly, but unfortunately I won't be able to fix it in the near > future. I will fix it if nobody takes this issue, but it can take some > time, as I'm busy with other tasks. > Secondly, I think it's safe to call dbus_pending_call_block, because > firstly we called dbus_connection_send_with_reply with a timeout of -1, > meaning "a sane default timeout" (taken out of the dbus documentation). > IMO, if listen crashes before it sends a reply message, dbus will wait this > amount of time and catch the error reply with > dbus_pending_call_steal_reply. The return value will be NULL, and in this > case the function will return after logging it with kdDebug.
It's committed - I have added a D-Bus check as well. Good to hear that the dbus calls are safe. Will _______________________________________________ kopete-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/kopete-devel
