dbus/tools dbus-monitor.c,1.10,1.11
Colin Walters
walters at freedesktop.org
Fri Oct 29 11:50:31 PDT 2004
Update of /cvs/dbus/dbus/tools
In directory gabe:/tmp/cvs-serv5450/tools
Modified Files:
dbus-monitor.c
Log Message:
2004-10-29 Colin Walters <walters at redhat.com>
* tools/dbus-monitor.c (filter_func): Return
DBUS_HANDLER_RESULT_HANDLED in filter function
for now. See:
http://freedesktop.org/pipermail/dbus/2004-August/001433.html
Index: dbus-monitor.c
===================================================================
RCS file: /cvs/dbus/dbus/tools/dbus-monitor.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- dbus-monitor.c 20 Jun 2004 15:28:15 -0000 1.10
+++ dbus-monitor.c 29 Oct 2004 18:50:29 -0000 1.11
@@ -39,7 +39,7 @@
"Disconnected"))
exit (0);
- return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
+ return DBUS_HANDLER_RESULT_HANDLED;
}
static void
More information about the dbus-commit
mailing list