Iterators are no longer stored in the print operaation object

This commit is contained in:
Yevgen Muntyan 2007-12-01 00:38:03 -06:00
parent b339accbbe
commit 2221fb2a11

View File

@ -84,12 +84,12 @@ struct _MooPrintOperationPrivate {
gpointer tm; /* struct tm * */
/* aux stuff */
GArray *pages; /* GtkTextIter's pointing to pages start */
GArray *pages; /* offsets */
PangoLayout *layout;
double ln_height;
PangoLayout *ln_layout;
Page page; /* text area */
Page page; /* text area */
};