From a7181f0d5fa0fef89b9f73ee1b2c27dbae161f51 Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Mon, 15 Oct 2012 23:44:49 +0200 Subject: pyletter: Fix statement Change-Id: I11f2b9be6c1a63719a20d08680d8f576090ce935 --- wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizards/com/sun/star/wizards/letter') diff --git a/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py b/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py index 905fe98cd751..f977132d003f 100644 --- a/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py +++ b/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py @@ -163,7 +163,7 @@ class LetterWizardDialogImpl(LetterWizardDialog): try: fileAccess = FileAccess(self.xMSF) self.sPath = self.myPathSelection.getSelectedPath() - if self.sPath: + if not self.sPath: self.myPathSelection.triggerPathPicker() self.sPath = self.myPathSelection.getSelectedPath() -- cgit v1.2.1