From 873b9a1a7775c43676b02126b0a566bccbb2f39a Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Wed, 27 Jul 2011 17:58:35 +0200 Subject: go to the last step when finish --- wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.py | 1 + 1 file changed, 1 insertion(+) (limited to 'wizards') diff --git a/wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.py b/wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.py index 6d85b27dfd5c..d2614bec8729 100644 --- a/wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.py +++ b/wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.py @@ -384,6 +384,7 @@ class AgendaWizardDialogImpl(AgendaWizardDialog): self.running = False def finishWizard(self): + self.switchToStep(self.getCurrentStep(), self.nMaxStep) bSaveSuccess = False endWizard = True try: -- cgit