[Libreoffice-commits] .: Branch 'feature/gsoc2011_wizards' - wizards/com
Xisco Fauli
xfauli at kemper.freedesktop.org
Wed Jul 27 08:59:10 PDT 2011
wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.py | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 2a0688fe4acb33523d36212c6154a3050584fff2
Author: Xisco Fauli <anistenis at gmail.com>
Date: Wed Jul 27 17:58:35 2011 +0200
go to the last step when finish
diff --git a/wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.py b/wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.py
index 6d85b27..d2614be 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:
More information about the Libreoffice-commits
mailing list