From 87c374bc36680be3338202cf540c1b1a7fce1e30 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 29 Oct 2011 08:21:07 +0530 Subject: [PATCH] ... --- src/calibre/devices/prst1/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/prst1/driver.py b/src/calibre/devices/prst1/driver.py index 2e4e082324..342a32bb37 100644 --- a/src/calibre/devices/prst1/driver.py +++ b/src/calibre/devices/prst1/driver.py @@ -115,8 +115,8 @@ class PRST1(USBMS): ec = self.settings().extra_customization if not ec[self.OPT_PRESERVE_ASPECT_RATIO]: self.THUMBNAIL_WIDTH = 108 - # Make sure the date offset is set to none, we'll calculate it in books. self.WANTS_UPDATED_THUMBNAILS = ec[self.OPT_REFRESH_COVERS] + # Make sure the date offset is set to none, we'll calculate it in books. self.device_offset = None def windows_filter_pnp_id(self, pnp_id):