rpms/libgnomecups/devel libgnomecups-lpoptions.patch,NONE,1.1

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Wed Mar 5 04:08:13 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/libgnomecups/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12461

Added Files:
	libgnomecups-lpoptions.patch 
Log Message:
add patch


libgnomecups-lpoptions.patch:

--- NEW FILE libgnomecups-lpoptions.patch ---
--- libgnomecups-0.2.2.orig/libgnomecups/gnome-cups-printer.c
+++ libgnomecups-0.2.2/libgnomecups/gnome-cups-printer.c
@@ -510,6 +510,10 @@
 	num_dests = cups_get_dests (filename, num_dests, dests);
 	g_free (filename);
 
+	filename = g_build_filename (g_get_home_dir (), ".cups", "lpoptions", NULL);
+	num_dests = cups_get_dests (filename, num_dests, dests);
+	g_free (filename);
+
 	return num_dests;
 }
 




More information about the fedora-extras-commits mailing list