diff options
Diffstat (limited to 'print/gnome-cups-manager/files/patch-change_uri_fix')
-rw-r--r-- | print/gnome-cups-manager/files/patch-change_uri_fix | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/print/gnome-cups-manager/files/patch-change_uri_fix b/print/gnome-cups-manager/files/patch-change_uri_fix deleted file mode 100644 index e52577d1e..000000000 --- a/print/gnome-cups-manager/files/patch-change_uri_fix +++ /dev/null @@ -1,25 +0,0 @@ -Index: gnome-cups-manager/printer-properties.c -=================================================================== -RCS file: /cvs/gnome/gnome-cups-manager/gnome-cups-manager/printer-properties.c,v -retrieving revision 1.30 -diff -u -r1.30 printer-properties.c ---- gnome-cups-manager/printer-properties.c 4 Mar 2005 14:36:29 -0000 1.30 -+++ gnome-cups-manager/printer-properties.c 29 Sep 2005 15:51:09 -0000 -@@ -583,7 +583,7 @@ - if (uri != NULL) { - ipp_t *request = gnome_cups_request_new_for_printer ( - CUPS_ADD_PRINTER, printer); -- ippAddString (request, IPP_TAG_PRINTER, IPP_TAG_NAME, -+ ippAddString (request, IPP_TAG_PRINTER, IPP_TAG_URI, - "device-uri", NULL, gnome_cups_strdup (uri)); - gnome_cups_request_execute_async (request, NULL, "/admin/", NULL, NULL, NULL); - g_free (uri); -@@ -624,7 +624,7 @@ - gtk_widget_show (cs); - g_signal_connect_object (cs, - "changed", -- G_CALLBACK (cb_connection_changed), xml, 0); -+ G_CALLBACK (cb_connection_changed), printer, 0); - } - - static void |