changeset 16785:2ab54f33b67d

Bump the spellchecking download timeout to 10 seconds.
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 02 May 2007 05:23:57 +0000
parents 9b74ac7ea9c7
children 39913d46bfee
files pidgin/win32/nsis/pidgin-installer.nsi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/win32/nsis/pidgin-installer.nsi	Wed May 02 05:14:05 2007 +0000
+++ b/pidgin/win32/nsis/pidgin-installer.nsi	Wed May 02 05:23:57 2007 +0000
@@ -1648,7 +1648,7 @@
   StrCpy $R1 "$TEMP\aspell_installer.exe"
   StrCpy $R2 "${DOWNLOADER_URL}?version=${PIDGIN_VERSION}&dl_pkg=aspell_core"
   DetailPrint "Downloading Aspell... ($R2)"
-  NSISdl::download $R2 $R1
+  NSISdl::download /TIMEOUT=10000 $R2 $R1
   Pop $R0
   StrCmp $R0 "success" +2
     Goto done
@@ -1688,7 +1688,7 @@
   StrCpy $R1 "$TEMP\aspell_dict-$R0.exe"
   StrCpy $R3 "${DOWNLOADER_URL}?version=${PIDGIN_VERSION}&dl_pkg=lang_$R0"
   DetailPrint "Downloading the Aspell $R0 Dictionary... ($R3)"
-  NSISdl::download $R3 $R1
+  NSISdl::download /TIMEOUT=10000 $R3 $R1
   Pop $R3
   StrCmp $R3 "success" +3
     StrCpy $R0 $R3