fix path messup

This commit is contained in:
Matthias Clasen 2006-06-01 20:05:09 +00:00
parent b900778ffd
commit 36d059c6c2
2 changed files with 6 additions and 6 deletions

View File

@ -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.

View File

@ -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.