From dbce621091a4ee103be4bad331356baa0db3beef Mon Sep 17 00:00:00 2001 From: GRiker Date: Mon, 31 May 2010 04:37:17 -0600 Subject: [PATCH] GwR revisions --- src/calibre/customize/profiles.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/customize/profiles.py b/src/calibre/customize/profiles.py index f5a602f7c2..5e290961fa 100644 --- a/src/calibre/customize/profiles.py +++ b/src/calibre/customize/profiles.py @@ -250,6 +250,7 @@ class iPadOutput(OutputProfile): screen_size = (768, 1024) comic_screen_size = (768, 1024) dpi = 132.0 + supports_nested_toc = False class SonyReaderOutput(OutputProfile):