From ffd45f489ae0fb0c4e237888a53122ad4137aeb4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 25 Mar 2011 11:22:40 -0600 Subject: [PATCH] Disable the connect to itunes message for the moment --- src/calibre/devices/apple/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/apple/driver.py b/src/calibre/devices/apple/driver.py index 7a2b25b2e8..da3f7fe2f3 100644 --- a/src/calibre/devices/apple/driver.py +++ b/src/calibre/devices/apple/driver.py @@ -743,7 +743,7 @@ class ITUNES(DriverBase): self.log.info("ITUNES.open()") # Display a dialog recommending using 'Connect to iTunes' - if not self.settings().extra_customization[self.SKIP_CONNECT_TO_ITUNES_DIALOG]: + if False and not self.settings().extra_customization[self.SKIP_CONNECT_TO_ITUNES_DIALOG]: raise OpenFeedback('

' + _('Click the "Connect/Share" button and choose' ' "Connect to iTunes" to send books from your calibre library' ' to your Apple iDevice.

For more information, see '