summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2011-07-27 17:58:35 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-18 02:57:44 +0200
commit873b9a1a7775c43676b02126b0a566bccbb2f39a (patch)
treef29fde4996cdda6673180622c927072d896bb721 /wizards
parentdfb62d83d540e3f656202f814b4ec0931450f51e (diff)
go to the last step when finish
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.py1
1 files changed, 1 insertions, 0 deletions
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: