[Libreoffice-commits] core.git: wizards/com
Julien Nabet
serval2412 at yahoo.fr
Sat Sep 19 07:05:59 PDT 2015
wizards/com/sun/star/wizards/web/WWD_Events.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e72a4a3c2e1608e301daef0b6e87cc70d814e736
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sat Sep 19 14:51:24 2015 +0200
tdf#92934: Web Wizard: Cannot Export Zip archive
pubAware_ adds 2 elements for each of these:
LOCAL_PUBLISHER, ZIP_PUBLISHER, FTP_PUBLISHER
and since ZIP_PUBLISHER is added in second positon,
the right index is 2 not 4
Change-Id: I0a533fd0cefcbbfca0e95628f64fac6258019600
Reviewed-on: https://gerrit.libreoffice.org/18715
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/wizards/com/sun/star/wizards/web/WWD_Events.py b/wizards/com/sun/star/wizards/web/WWD_Events.py
index eaca38d..c5dc75e 100644
--- a/wizards/com/sun/star/wizards/web/WWD_Events.py
+++ b/wizards/com/sun/star/wizards/web/WWD_Events.py
@@ -459,7 +459,7 @@ class WWD_Events(WWD_Startup):
zipFile = sd.callStoreDialog(
self.settings.cp_DefaultSession.cp_OutDirectory,
self.resources.resDefaultArchiveFilename)
- self.setPublishUrl(ZIP_PUBLISHER, zipFile, 4)
+ self.setPublishUrl(ZIP_PUBLISHER, zipFile, 2)
self.getPublisher(ZIP_PUBLISHER).overwriteApproved = True
'''
More information about the Libreoffice-commits
mailing list