printing: Fail nicely when /tmp is not writable

Don't crash when /tmp is not writable when printing to file.
Show that getting of printer details failed for CUPS printers.

https://bugzilla.gnome.org/show_bug.cgi?id=693200
This commit is contained in:
Marek Kasik
2014-03-14 15:36:10 +01:00
committed by Matthias Clasen
parent 3693045566
commit b95ce71b89
4 changed files with 6 additions and 5 deletions

View File

@ -3489,7 +3489,7 @@ cups_request_ppd (GtkPrinter *printer)
GtkPrintBackend *print_backend;
GtkPrinterCups *cups_printer;
GtkCupsRequest *request;
char *ppd_filename;
char *ppd_filename = NULL;
gchar *resource;
http_t *http;
GetPPDData *data;