Explorar el Código

SHO != SHOW

Change-Id: I22d5cb2de446b6f74d8ee4c6ed86ffdd6a9b657d
Reviewed-on: http://gerrit.dmdirc.com/807
Reviewed-by: Chris Smith <chris@dmdirc.com>
Automatic-Compile: Chris Smith <chris@dmdirc.com>
tags/0.6.3b1
Shane Mc Cormack hace 14 años
padre
commit
f73f08c73b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      installer/linux/progressbar.sh

+ 1
- 1
installer/linux/progressbar.sh Ver fichero

@@ -283,7 +283,7 @@ if [ "" != "${KDIALOG}" -a "" != "${DISPLAY}" -a "" = "${ISGNOME}" -a "${USEKDIA
283 283
 	echo "Progress dialog on Display: ${DISPLAY}"
284 284
 	progresswindow=`${KDIALOG} --title "DMDirc: ${CAPTION}" --progressbar "${CAPTION}" 100`
285 285
 	if [ "${PULSATE}" = "1" ]; then
286
-		SHOCANCEL="false"
286
+		SHOWCANCEL="false"
287 287
 	else
288 288
 		SHOWCANCEL="true"
289 289
 	fi;

Loading…
Cancelar
Guardar