From 04e14ecf07303cd49f9823e453934c48f5092b6b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 11 Jun 2006 02:45:49 +0000 Subject: [PATCH] remove an extra comma --- ChangeLog | 3 +++ ChangeLog.pre-2-10 | 3 +++ gtk/gtkprintoperation.h | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b8a89da157..00f7c5046d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-06-10 Matthias Clasen + * 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 + * 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;