From 36d059c6c22c9dec7135b2aa049bd81f999e38fa Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 1 Jun 2006 20:05:09 +0000 Subject: [PATCH] fix path messup --- ChangeLog | 6 +++--- ChangeLog.pre-2-10 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5fc1fc1cb5..0c7813456f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,9 +9,9 @@ style property that allows to adjust the spacing between image and label in button. (#320431, James Moger) - * gtk-pristine/gtkprintoperation-private.h: - * gtk-pristine/gtkprintoperation.c: - * gtk-pristine/gtkprintoperation-unix.c: Move the + * gtk/gtkprintoperation-private.h: + * gtk/gtkprintoperation.c: + * gtk/gtkprintoperation-unix.c: Move the PrintPagesData.wait flag to GtkPrintOperationPrivate.is_sync. Also use a recursive mainloop instead of manually looping. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 5fc1fc1cb5..0c7813456f 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -9,9 +9,9 @@ style property that allows to adjust the spacing between image and label in button. (#320431, James Moger) - * gtk-pristine/gtkprintoperation-private.h: - * gtk-pristine/gtkprintoperation.c: - * gtk-pristine/gtkprintoperation-unix.c: Move the + * gtk/gtkprintoperation-private.h: + * gtk/gtkprintoperation.c: + * gtk/gtkprintoperation-unix.c: Move the PrintPagesData.wait flag to GtkPrintOperationPrivate.is_sync. Also use a recursive mainloop instead of manually looping.