Printers: Don't allow "/" in printer name
Remove "/" from allowed characters so that models which contain this character can be added successfully (#661774).
This commit is contained in:
parent
6665b60422
commit
e5747afe41
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
#define SCP_PATH "/org/fedoraproject/Config/Printing"
|
||||
#define SCP_IFACE "org.fedoraproject.Config.Printing"
|
||||
|
||||
#define ALLOWED_CHARACTERS "abcdefghijklmnopqrtsuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_/"
|
||||
#define ALLOWED_CHARACTERS "abcdefghijklmnopqrtsuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_"
|
||||
|
||||
static void pp_new_printer_dialog_hide (PpNewPrinterDialog *pp);
|
||||
static void actualize_devices_list (PpNewPrinterDialog *pp);
|
||||
|
|
Loading…
Add table
Reference in a new issue