[PATCH] Init: fixed typo in the SystemDialog class.
Javier Fernandez (via Code Review)
gerrit at gerrit.libreoffice.org
Mon Mar 25 03:46:53 PDT 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/3011
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/11/3011/1
Init: fixed typo in the SystemDialog class.
Change-Id: I8ab25ca01eb68ad10e60b9209e8a2ee6b0eb3252
---
M wizards/com/sun/star/wizards/common/SystemDialog.py
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/wizards/com/sun/star/wizards/common/SystemDialog.py b/wizards/com/sun/star/wizards/common/SystemDialog.py
index ab9b463..cf640ff 100644
--- a/wizards/com/sun/star/wizards/common/SystemDialog.py
+++ b/wizards/com/sun/star/wizards/common/SystemDialog.py
@@ -91,8 +91,8 @@
def callFolderDialog(self, title, description, displayDir):
try:
- self.systemDialog.setDisplayDirectoryxPropertyValue(
- subst(displayDir))
+ self.systemDialog.setDisplayDirectory(
+ self.subst(displayDir))
except IllegalArgumentException as iae:
traceback.print_exc()
raise AttributeError(iae.getMessage());
--
To view, visit https://gerrit.libreoffice.org/3011
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8ab25ca01eb68ad10e60b9209e8a2ee6b0eb3252
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Javier Fernandez <javier.fgb at gmail.com>
More information about the LibreOffice
mailing list