git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10761
7a7537e8-13f0-0310-91df-
b6672ffda945
- Security: All file, directory, user, and group settings are now stored
in a separate cups-files.conf configuration file that cannot be set
through the CUPS web interface or APIs (STR #4223)
+ - The scheduler did not remove color profiles after deleting a printer
+ (STR #4232)
- The CUPS library did not always detect a timed out connection to the
server which could cause temporary loss of printing from applications
(STR #4187)
message = COLORD_DBUS_MSG(COLORD_DBUS_PATH, "DeleteDevice");
dbus_message_iter_init_append(message, &args);
- dbus_message_iter_append_basic(&args, DBUS_TYPE_STRING, &device_id);
+ dbus_message_iter_append_basic(&args, DBUS_TYPE_OBJECT_PATH, &device_id);
/*
* Send the DeleteDevice request synchronously...