updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git] / libgnomecups / libgnomecups_0.2.3-ignore-ipp-not-found.patch
blob797367bf9f360331a38c9e398a50abaa49eae26a
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
3 @@ -349,7 +349,7 @@
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,