summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/fax
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2011-07-07 13:47:20 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-18 02:52:07 +0200
commit4cd9b66430a49092eceb9d004e03813862c8b05b (patch)
tree325357778b861d9e12267937f8687ff2428375a2 /wizards/com/sun/star/wizards/fax
parent326324dd764385d21754aaa2e7fc196386eb4729 (diff)
Show wizard dialog on top
Diffstat (limited to 'wizards/com/sun/star/wizards/fax')
-rw-r--r--wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py b/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py
index f4495e255579..94ffa54f8e47 100644
--- a/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py
+++ b/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py
@@ -422,7 +422,7 @@ class FaxWizardDialogImpl(FaxWizardDialog):
#set correct Configuration tree:
if self.optBusinessFax.State:
self.optBusinessFaxItemChanged()
- if self.optPrivateFax.State:
+ elif self.optPrivateFax.State:
self.optPrivateFaxItemChanged()
def optBusinessFaxItemChanged(self):