[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - wizards/com

Julien Nabet serval2412 at yahoo.fr
Mon Mar 31 08:21:05 PDT 2014


 wizards/com/sun/star/wizards/ui/ImageList.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6a227525d8994be2ccc07e8bda2b51d8827d241c
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sun Mar 30 21:38:04 2014 +0200

    Resolves: fdo#76802 error msg in Web Page Wizard dialog
    
    Change-Id: I0fa0537a8726bbda182dea8c3a9014d77973edea
    Reviewed-on: https://gerrit.libreoffice.org/8797
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/wizards/com/sun/star/wizards/ui/ImageList.py b/wizards/com/sun/star/wizards/ui/ImageList.py
index a42eb01..7decec7 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):


More information about the Libreoffice-commits mailing list