calibre now works with OS X 10.6 **Snow Leopard**. Fixes #3471 (Snow Leopard Compatibility)

This commit is contained in:
Kovid Goyal 2009-09-28 08:17:05 -06:00
parent f31692c268
commit a5bc1ad251
2 changed files with 3 additions and 3 deletions

View File

@ -564,13 +564,13 @@ class Device(DeviceConfig, DevicePlugin):
try: try:
self.open_windows() self.open_windows()
except DeviceError: except DeviceError:
time.sleep(3) time.sleep(5)
self.open_windows() self.open_windows()
if isosx: if isosx:
try: try:
self.open_osx() self.open_osx()
except DeviceError: except DeviceError:
time.sleep(3) time.sleep(7)
self.open_osx() self.open_osx()
def eject_windows(self): def eject_windows(self):

View File

@ -186,7 +186,7 @@ else:
data = dict(version = version, name='osx', data = dict(version = version, name='osx',
installer_name='OS X universal dmg', installer_name='OS X universal dmg',
title='Download %s for OS X'%(__appname__), title='Download %s for OS X'%(__appname__),
compatibility='%s works on OS X Tiger and Leopard, but not Snow Leopard (It might work on Snow Leopard if run with Rosetta).'%(__appname__,), compatibility='%s works on OS X Tiger, Leopard, and Snow Leopard.'%(__appname__,),
path=MOBILEREAD+file, app=__appname__, path=MOBILEREAD+file, app=__appname__,
note=Markup(\ note=Markup(\
u''' u'''