summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2011-07-27 17:58:35 +0200
committerXisco Fauli <anistenis@gmail.com>2011-07-27 17:58:35 +0200
commit2a0688fe4acb33523d36212c6154a3050584fff2 (patch)
tree086168d6f42ce7a7687893925e0c1eb9c6739f46
parent93a6df8dd3a984a814f2bd123a5e27974e9eb5fe (diff)
go to the last step when finish
-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 6d85b27df..d2614bec8 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: