From 588da01c172d6c2008764a363a8cd64fe734e10e Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 29 Oct 2004 18:52:30 +0000 Subject: Add comment about workaround. --- tools/dbus-monitor.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/dbus-monitor.c') diff --git a/tools/dbus-monitor.c b/tools/dbus-monitor.c index eac585fe..0ae7570f 100644 --- a/tools/dbus-monitor.c +++ b/tools/dbus-monitor.c @@ -39,6 +39,10 @@ filter_func (DBusConnection *connection, "Disconnected")) exit (0); + /* Conceptually we want this to be + * DBUS_HANDLER_RESULT_NOT_YET_HANDLED, but this raises + * some problems. See bug 1719. + */ return DBUS_HANDLER_RESULT_HANDLED; } -- cgit