Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > b4e87ef960dda3327363c9af81d2ed32 > files > 6

gnome-cups-manager-0.31-4mdv2008.0.src.rpm

diff -urN gnome-cups-manager-0.31.orig/libgnomecups/gnome-cups-ui-driver.c gnome-cups-manager-0.31/libgnomecups/gnome-cups-ui-driver.c
--- gnome-cups-manager-0.31.orig/libgnomecups/gnome-cups-ui-driver.c	2005-02-03 21:10:04.000000000 +0100
+++ gnome-cups-manager-0.31/libgnomecups/gnome-cups-ui-driver.c	2006-07-24 11:10:10.000000000 +0200
@@ -151,8 +151,11 @@
 		"ppd-make-and-model",
 	};
 	ipp_t *request = gnome_cups_request_new (CUPS_GET_PPDS);
+	/* removed since the default is to report all properties anyway, see
+	 * Debian bug #374620
 	gnome_cups_request_add_requested_attributes (request, IPP_TAG_PRINTER,
 		G_N_ELEMENTS (attrs), (char **)attrs);
+	 */
 	return gnome_cups_request_execute (request, NULL, "/", NULL);
 }