gtk/modules/printbackends
Marek Kasik 5a8f90357d printing: Use original names for remote CUPS printers
CUPS uses resource paths in the form of "printers/printer_name"
or "classes/class_name" so it is enough to remove the "printers/"
or "classes/" prefix and use the string behind it as a name.

There was recently introduced a wrong check for the prefix.
This commit fixes it in the way it was originally intended.
2020-08-20 13:54:02 +02:00
..
gtkcloudprintaccount.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkcloudprintaccount.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkcupssecretsutils.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkcupssecretsutils.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkcupsutils.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkcupsutils.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkprintbackendcloudprint.c cloudprint: Fix redundant declarations 2020-08-08 14:24:31 +01:00
gtkprintbackendcloudprint.h Rename gtkprintbackend.h to gtkprintbackendprivate.h 2019-05-26 22:23:52 +00:00
gtkprintbackendcups.c printing: Use original names for remote CUPS printers 2020-08-20 13:54:02 +02:00
gtkprintbackendcups.h Rename gtkprintbackend.h to gtkprintbackendprivate.h 2019-05-26 22:23:52 +00:00
gtkprintbackendfile.c Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkprintbackendfile.h Rename gtkprintbackend.h to gtkprintbackendprivate.h 2019-05-26 22:23:52 +00:00
gtkprintbackendlpr.c Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkprintbackendlpr.h Rename gtkprintbackend.h to gtkprintbackendprivate.h 2019-05-26 22:23:52 +00:00
gtkprintercloudprint.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkprintercloudprint.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkprintercups.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkprintercups.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
meson.build modules: Fix build on Visual Studio 2020-06-05 11:16:45 +08:00