From a0812b9ed501a3eb958b2f20c31dc9260bb0be95 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 8 Jun 2006 16:53:26 +0000 Subject: [PATCH] forgotten file --- gtk/gtkprintoperation-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkprintoperation-private.h b/gtk/gtkprintoperation-private.h index a727da4ace..3595314b4d 100644 --- a/gtk/gtkprintoperation-private.h +++ b/gtk/gtkprintoperation-private.h @@ -37,7 +37,7 @@ struct _GtkPrintOperationPrivate gint nr_of_pages; gint current_page; GtkUnit unit; - gchar *pdf_target; + gchar *export_filename; guint use_full_page : 1; guint track_print_status : 1; guint show_progress : 1;