forked from openlp/openlp
Incorrect case on method call
This commit is contained in:
parent
49bce996ff
commit
ad72874d03
@ -143,7 +143,7 @@ class ImpressController(PresentationController):
|
|||||||
for idx in range(pages.getCount()):
|
for idx in range(pages.getCount()):
|
||||||
page = pages.getByIndex(idx)
|
page = pages.getByIndex(idx)
|
||||||
doc.getCurrentController().setCurrentPage(page)
|
doc.getCurrentController().setCurrentPage(page)
|
||||||
doc.storeToUrl(thumbdir + u'/' + self.thumbnailprefix +
|
doc.storeToURL(thumbdir + u'/' + self.thumbnailprefix +
|
||||||
unicode(idx+1) + u'.png', props)
|
unicode(idx+1) + u'.png', props)
|
||||||
|
|
||||||
def get_uno_desktop(self):
|
def get_uno_desktop(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user