# HG changeset patch # User Daniel Atallah # Date 1178083437 0 # Node ID 2ab54f33b67d5bd9b1366999008f5f403ccaa494 # Parent 9b74ac7ea9c7d31d03286ff4186c30e797950ef7 Bump the spellchecking download timeout to 10 seconds. diff -r 9b74ac7ea9c7 -r 2ab54f33b67d pidgin/win32/nsis/pidgin-installer.nsi --- 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