2005-04-18 Marco Pesenti Gritti <mpg@redhat.com>
* ps/ps-document.c: (get_page_orientation):
Respect document orientation
+2005-04-18 Marco Pesenti Gritti <mpg@redhat.com>
+
+ * ps/ps-document.c: (get_page_orientation):
+
+ Respect document orientation
+
2005-04-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* djvu/Makefile.am:
if (gs->structured_doc) {
orientation = gs->doc->pages[page].orientation;
}
+ if (orientation == GTK_GS_ORIENTATION_NONE) {
+ orientation = gs->doc->default_page_orientation;
+ }
+ if (orientation == GTK_GS_ORIENTATION_NONE) {
+ orientation = gs->doc->orientation;
+ }
if (orientation == GTK_GS_ORIENTATION_NONE) {
orientation = GTK_GS_ORIENTATION_PORTRAIT;
}