diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-06-08 16:39:16 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-06-08 16:39:16 +0000 |
commit | 71b2d74620373845e8bc4a712e2cfa94de2ad9ea (patch) | |
tree | 87c782ad368b341b7519038503e8037f68fa948b | |
parent | 2307bcefef1941cb07c748133c08683b45f3ad74 (diff) | |
download | gdk-pixbuf-71b2d74620373845e8bc4a712e2cfa94de2ad9ea.tar.gz |
Replace pdf_target by export_filename
-rw-r--r-- | docs/reference/ChangeLog | 2 | ||||
-rw-r--r-- | docs/reference/gtk/gtk-sections.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index d670eae03..8c71c5f0c 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,7 @@ 2006-06-08 Matthias Clasen <mclasen@redhat.com> + * gtk/gtk-sections.txt: Replace pdf_target by export_filename + * gtk/tmpl/gtkprintoperation.sgml: Remove GTK_PRINT_OPERATION_RESULT_PREVIEW. * gtk/tmpl/gtkstock.sgml: Correct a filename (#344239, diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt index 7b021d4a0..c213980d4 100644 --- a/docs/reference/gtk/gtk-sections.txt +++ b/docs/reference/gtk/gtk-sections.txt @@ -6094,7 +6094,7 @@ gtk_print_operation_set_current_page gtk_print_operation_set_use_full_page gtk_print_operation_set_unit gtk_print_operation_set_show_dialog -gtk_print_operation_set_pdf_target +gtk_print_operation_set_export_filename gtk_print_operation_set_show_progress gtk_print_operation_set_track_print_status gtk_print_operation_set_custom_tab_label |