mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
remove an extra comma
This commit is contained in:
parent
1f09da45a6
commit
04e14ecf07
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user