hal: Branch 'master'
Danny Kukawka
dkukawka at kemper.freedesktop.org
Mon Apr 23 14:31:36 PDT 2007
hald/hald_runner.c | 4 +---
1 files changed, 1 insertion(+), 3 deletions(-)
New commits:
diff-tree c7a1f06380e4dc839c68b23235075834682dcf38 (from 765979cfd55e28762a9756fcb45ae64816f7f034)
Author: Danny Kukawka <danny.kukawka at web.de>
Date: Mon Apr 23 23:29:39 2007 +0200
fix hald_runner_kill_all()
This patch fixes declaration of hald_runner_kill_all() which is declared
in the headerfile without argument, but in the code with a argument:
hald_runner_kill_all(HalDevice * device). Due to the usage of the function
in the code changed the code in hald/hald_runner.c to work without an
argument.
Fix also bugreport fd.o #8656
diff --git a/hald/hald_runner.c b/hald/hald_runner.c
index cec735d..8de2b70 100644
--- a/hald/hald_runner.c
+++ b/hald/hald_runner.c
@@ -891,13 +891,11 @@ hald_runner_kill_device (HalDevice * dev
}
void
-hald_runner_kill_all (HalDevice * device)
+hald_runner_kill_all ()
{
DBusMessage *msg, *reply;
DBusError err;
- running_processes_remove_device (device);
-
msg = dbus_message_new_method_call ("org.freedesktop.HalRunner",
"/org/freedesktop/HalRunner",
"org.freedesktop.HalRunner",
More information about the hal-commit
mailing list