Disable the connect to itunes message for the moment

This commit is contained in:
Kovid Goyal 2011-03-25 11:22:40 -06:00
parent fb76953b88
commit ffd45f489a

View File

@ -743,7 +743,7 @@ class ITUNES(DriverBase):
self.log.info("ITUNES.open()") self.log.info("ITUNES.open()")
# Display a dialog recommending using 'Connect to iTunes' # 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('<p>' + _('Click the "Connect/Share" button and choose' raise OpenFeedback('<p>' + _('Click the "Connect/Share" button and choose'
' "Connect to iTunes" to send books from your calibre library' ' "Connect to iTunes" to send books from your calibre library'
' to your Apple iDevice.<p>For more information, see ' ' to your Apple iDevice.<p>For more information, see '