Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > main-release-src > by-pkgid > c5fecf2f68e0297b54b55b7f31c63c3e > files > 3

libgnomecups-0.2.3-5mdv2010.1.src.rpm

diff -pruN 0.2.2-1/libgnomecups/gnome-cups-request.c 0.2.2-1ubuntu5/libgnomecups/gnome-cups-request.c
--- 0.2.2-1/libgnomecups/gnome-cups-request.c	2005-03-28 16:43:06.000000000 +0100
+++ 0.2.2-1ubuntu5/libgnomecups/gnome-cups-request.c	2006-06-27 16:21:38.000000000 +0100
@@ -349,7 +349,7 @@ request_thread_main (GnomeCupsRequest *r
 		if (request->response == NULL)
 			status = IPP_INTERNAL_ERROR;
 
-		if (status > IPP_OK_CONFLICT) {
+		if (status > IPP_OK_CONFLICT && status != IPP_NOT_FOUND) {
 			g_warning ("IPP request failed with status %d", status);
 			if (request->error != NULL)
 				*(request->error) = g_error_new (GNOME_CUPS_ERROR,