hal: Branch 'master'
Richard Hughes
hughsient at kemper.freedesktop.org
Fri Jul 28 14:35:55 PDT 2006
hald/hald_dbus.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree 013d2b5ea3e51b5f8f100656c5a4ee78e32030b0 (from ded2e6c3119447b34e7cd492c7a126a18d0f979a)
Author: Richard <richard at hughsie.com>
Date: Fri Jul 28 22:35:20 2006 +0100
Correct the error name, obviously a copy/paste error that's lived undetected in CVS for years.
diff --git a/hald/hald_dbus.c b/hald/hald_dbus.c
index 5c4cbc8..6daef8d 100644
--- a/hald/hald_dbus.c
+++ b/hald/hald_dbus.c
@@ -2447,7 +2447,7 @@ manager_remove (DBusConnection * connect
if (!dbus_message_get_args (message, &error,
DBUS_TYPE_STRING, &udi,
DBUS_TYPE_INVALID)) {
- raise_syntax (connection, message, "CommitToGdl");
+ raise_syntax (connection, message, "Remove");
return DBUS_HANDLER_RESULT_HANDLED;
}
More information about the hal-commit
mailing list