diff options
-rw-r--r-- | wizards/com/sun/star/wizards/ui/ImageList.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/ui/ImageList.py b/wizards/com/sun/star/wizards/ui/ImageList.py index a42eb01a8d96..7decec705c71 100644 --- a/wizards/com/sun/star/wizards/ui/ImageList.py +++ b/wizards/com/sun/star/wizards/ui/ImageList.py @@ -242,7 +242,7 @@ class ImageList(ListDataListener): def refreshCounterText(self): self.lblCounter.Model.Label = self.counterRenderer.render( - self.Counter (self.pageStart + 1, self.pageEnd, + self.Counter (self.pageStart + 1, self.pageEnd(), self.listModel.getSize())) def pageEnd(self): |