forked from AuroraMiddleware/gtk
Fix compilation with cups 1.1
This commit is contained in:
parent
28b0afb713
commit
e070fdf693
@ -1,3 +1,9 @@
|
||||
2006-06-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* modules/printbackends/cups/gtkprintbackendcups.c: Remove
|
||||
an unused variable and make it compile with Cups 1.1. (#345644,
|
||||
Joseph Sacco)
|
||||
|
||||
2006-06-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Bump version
|
||||
|
@ -1,3 +1,9 @@
|
||||
2006-06-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* modules/printbackends/cups/gtkprintbackendcups.c: Remove
|
||||
an unused variable and make it compile with Cups 1.1. (#345644,
|
||||
Joseph Sacco)
|
||||
|
||||
2006-06-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Bump version
|
||||
|
@ -2089,7 +2089,6 @@ cups_printer_get_options (GtkPrinter *printer,
|
||||
{
|
||||
GtkPaperSize *paper_size;
|
||||
ppd_option_t *option;
|
||||
ppd_coption_t *coption;
|
||||
|
||||
ppdMarkDefaults (ppd_file);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user