forked from openlp/openlp
Merge branch 'bugs' into 'master'
presentations: Prevent check_available returning None See merge request openlp/openlp!252
This commit is contained in:
commit
6aea6a9d2d
@ -272,7 +272,7 @@ class KeynoteController(AppleScriptBaseController):
|
||||
return True
|
||||
except ValueError:
|
||||
pass
|
||||
return False
|
||||
return False
|
||||
|
||||
|
||||
class KeynoteDocument(AppleScriptBaseDocument):
|
||||
|
@ -308,6 +308,7 @@ class PowerPointMacController(AppleScriptBaseController):
|
||||
return False
|
||||
if major_version >= 15:
|
||||
return True
|
||||
return False
|
||||
|
||||
|
||||
class PowerPointMacDocument(AppleScriptBaseDocument):
|
||||
|
Loading…
Reference in New Issue
Block a user