diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 3 | ||||
-rw-r--r-- | gtk/gtkprintoperation.h | 2 |
3 files changed, 7 insertions, 1 deletions
@@ -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) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index b8a89da157..00f7c5046d 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -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) diff --git a/gtk/gtkprintoperation.h b/gtk/gtkprintoperation.h index abbb1525d0..624a759cb9 100644 --- a/gtk/gtkprintoperation.h +++ b/gtk/gtkprintoperation.h @@ -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; |