osgeo4w: also fix quoting in qgis-dev postinstall (followup e4dd900)

This commit is contained in:
Juergen E. Fischer 2014-06-20 23:08:02 +02:00
parent caa7d5b01e
commit e8d4732f41
2 changed files with 2 additions and 3 deletions

View File

@ -16,7 +16,7 @@ set OSGEO4W_ROOT=%O4W_ROOT%
REM Do not register extensions if release is installed
if not exist "%O4W_ROOT%\apps\qgis\bin\qgis.reg" nircmd elevate "%WINDIR%\regedit" /s "%O4W_ROOT%\apps\@package@\bin\qgis.reg"
call "%OSGEO4W_ROOT%"\bin\o4w_env.bat
call "%OSGEO4W_ROOT%\bin\o4w_env.bat"
path %PATH%;%OSGEO4W_ROOT%\apps\@package@\bin
set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/@package@
"%OSGEO4W_ROOT%"\apps\@package@\crssync
"%OSGEO4W_ROOT%\apps\@package@\crssync"

View File

@ -341,7 +341,6 @@ class BatchProcessingDialog(AlgorithmExecutionDialog):
item.setCurrentIndex(0)
self.table.setCellWidget(self.table.rowCount() - 1, i, item)
def showAdvancedParametersClicked(self):
self.showAdvanced = not self.showAdvanced
if self.showAdvanced: