remove an extra comma

This commit is contained in:
Matthias Clasen 2006-06-11 02:45:49 +00:00
parent 1f09da45a6
commit 04e14ecf07
3 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2006-06-10 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintoperation.h: Remove an extra comma. (#344528,
Elijah Newren)
* modules/printbackends/gtkprintbackendpdf.c
(gtk_print_backend_pdf_print_stream): Use the passed in
destroy notify. (#344513, Christian Persch)

View File

@ -1,5 +1,8 @@
2006-06-10 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintoperation.h: Remove an extra comma. (#344528,
Elijah Newren)
* modules/printbackends/gtkprintbackendpdf.c
(gtk_print_backend_pdf_print_stream): Use the passed in
destroy notify. (#344513, Christian Persch)

View File

@ -67,7 +67,7 @@ typedef enum {
GTK_PRINT_OPERATION_ACTION_PRINT_DIALOG,
GTK_PRINT_OPERATION_ACTION_PRINT,
GTK_PRINT_OPERATION_ACTION_PREVIEW,
GTK_PRINT_OPERATION_ACTION_EXPORT,
GTK_PRINT_OPERATION_ACTION_EXPORT
} GtkPrintOperationAction;