# Description: Disable update check by default. Index: calibre-0.7.42+dfsg/src/calibre/gui2/main.py =================================================================== --- calibre-0.7.42+dfsg.orig/src/calibre/gui2/main.py 2011-01-21 23:22:10.000000000 +0100 +++ calibre-0.7.42+dfsg/src/calibre/gui2/main.py 2011-01-25 13:04:37.198990002 +0100 @@ -32,8 +32,8 @@ help=_('Start minimized to system tray.')) parser.add_option('-v', '--verbose', default=0, action='count', help=_('Log debugging information to console')) - parser.add_option('--no-update-check', default=False, action='store_true', - help=_('Do not check for updates')) + parser.add_option('--update-check', dest='no_update_check', default=True, action='store_false', + help=_('Check for updates')) parser.add_option('--ignore-plugins', default=False, action='store_true', help=_('Ignore custom plugins, useful if you installed a plugin' ' that is preventing calibre from starting'))