diff --git a/ChangeLog b/ChangeLog index dbd9407a0..b8138a234 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-04-24 Matthias Clasen + * gtk/Makefile.am: Install gtkprintjob.h as Unix-specific print API. + * gtk/gtkprintoperation-unix.c (gtk_print_run_page_setup_dialog): Return a copy of the original page setup if the dialog was canceled. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index dbd9407a0..b8138a234 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2006-04-24 Matthias Clasen + * gtk/Makefile.am: Install gtkprintjob.h as Unix-specific print API. + * gtk/gtkprintoperation-unix.c (gtk_print_run_page_setup_dialog): Return a copy of the original page setup if the dialog was canceled. diff --git a/gtk/Makefile.am b/gtk/Makefile.am index d3348ba3c..91fa48c46 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -310,8 +310,10 @@ gtk_public_h_sources = \ gtk_unix_print_public_h_sources = \ gtkpagesetupunixdialog.h \ + gtkprintunixdialog.h \ gtkprinter.h \ - gtkprintunixdialog.h + gtkprintjob.h + # Installed header files without compatibility guarantees # that are not include in gtk/gtk.h @@ -586,8 +588,7 @@ gtk_private_h_sources += \ gtkprinter-private.h \ gtkprinteroption.h \ gtkprinteroptionset.h \ - gtkprinteroptionwidget.h \ - gtkprintjob.h + gtkprinteroptionwidget.h gtk_c_sources += \ gtkfilesystemunix.c \