summaryrefslogtreecommitdiffstats
path: root/print/gnome-cups-manager/files/patch-25_properties_on_add
diff options
context:
space:
mode:
Diffstat (limited to 'print/gnome-cups-manager/files/patch-25_properties_on_add')
-rw-r--r--print/gnome-cups-manager/files/patch-25_properties_on_add14
1 files changed, 14 insertions, 0 deletions
diff --git a/print/gnome-cups-manager/files/patch-25_properties_on_add b/print/gnome-cups-manager/files/patch-25_properties_on_add
new file mode 100644
index 000000000..3398d2529
--- /dev/null
+++ b/print/gnome-cups-manager/files/patch-25_properties_on_add
@@ -0,0 +1,14 @@
+--- gnome-cups-add/add-printer.c.old 2004-09-17 01:12:13.571608840 -0400
++++ gnome-cups-add/add-printer.c 2004-09-17 01:12:38.661794552 -0400
+@@ -197,11 +197,6 @@
+ g_list_free (existing);
+
+ if (add_cups_printer (xml, uri, ppd, name)) {
+- GtkWidget *toplevel = glade_xml_get_widget (xml, "add_printer_window");
+- char const *args[] = { "-p", NULL };
+- args[1] = name;
+- gnome_cups_spawn ("gnome-cups-manager", G_N_ELEMENTS (args), args, FALSE, toplevel);
+- gtk_widget_destroy (toplevel);
+ g_object_unref (xml);
+ gtk_main_quit ();
+ }