1 --- a/libgnomecups/gnome-cups-request.c 2007-01-31 10:49:17.000000000 -0800
2 +++ b/libgnomecups/gnome-cups-request.c 2009-11-24 12:49:30.000000000 -0800
4 if (request->response == NULL)
5 status = IPP_INTERNAL_ERROR;
7 - if (status > IPP_OK_CONFLICT) {
8 + if (status > IPP_OK_CONFLICT && status != IPP_NOT_FOUND) {
9 g_warning ("IPP request failed with status %d", status);
10 if (request->error != NULL)
11 *(request->error) = g_error_new (GNOME_CUPS_ERROR,