remove an extra comma
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
2006-06-10 Matthias Clasen <mclasen@redhat.com>
|
2006-06-10 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkprintoperation.h: Remove an extra comma. (#344528,
|
||||||
|
Elijah Newren)
|
||||||
|
|
||||||
* modules/printbackends/gtkprintbackendpdf.c
|
* modules/printbackends/gtkprintbackendpdf.c
|
||||||
(gtk_print_backend_pdf_print_stream): Use the passed in
|
(gtk_print_backend_pdf_print_stream): Use the passed in
|
||||||
destroy notify. (#344513, Christian Persch)
|
destroy notify. (#344513, Christian Persch)
|
||||||
|
|||||||
@ -1,5 +1,8 @@
|
|||||||
2006-06-10 Matthias Clasen <mclasen@redhat.com>
|
2006-06-10 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkprintoperation.h: Remove an extra comma. (#344528,
|
||||||
|
Elijah Newren)
|
||||||
|
|
||||||
* modules/printbackends/gtkprintbackendpdf.c
|
* modules/printbackends/gtkprintbackendpdf.c
|
||||||
(gtk_print_backend_pdf_print_stream): Use the passed in
|
(gtk_print_backend_pdf_print_stream): Use the passed in
|
||||||
destroy notify. (#344513, Christian Persch)
|
destroy notify. (#344513, Christian Persch)
|
||||||
|
|||||||
@ -67,7 +67,7 @@ typedef enum {
|
|||||||
GTK_PRINT_OPERATION_ACTION_PRINT_DIALOG,
|
GTK_PRINT_OPERATION_ACTION_PRINT_DIALOG,
|
||||||
GTK_PRINT_OPERATION_ACTION_PRINT,
|
GTK_PRINT_OPERATION_ACTION_PRINT,
|
||||||
GTK_PRINT_OPERATION_ACTION_PREVIEW,
|
GTK_PRINT_OPERATION_ACTION_PREVIEW,
|
||||||
GTK_PRINT_OPERATION_ACTION_EXPORT,
|
GTK_PRINT_OPERATION_ACTION_EXPORT
|
||||||
} GtkPrintOperationAction;
|
} GtkPrintOperationAction;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user