# HG changeset patch # User Daniel Atallah # Date 1142881638 0 # Node ID 703e5ba8fb82d079c9a9ba591944e8b68038e850 # Parent 2e10680b75455f094cf6359a290a6154f7353946 [gaim-migrate @ 15908] Fix looping when dictionary isn't installed successfuly committer: Tailor Script diff -r 2e10680b7545 -r 703e5ba8fb82 gaim-installer.nsi --- a/gaim-installer.nsi Mon Mar 20 18:11:29 2006 +0000 +++ b/gaim-installer.nsi Mon Mar 20 19:07:18 2006 +0000 @@ -1826,8 +1826,8 @@ check: ClearErrors - ReadRegStr $R1 HKLM "${ASPELL_REG_KEY}-$R0" "" - StrCmp $R1 "" 0 installed + ReadRegStr $R2 HKLM "${ASPELL_REG_KEY}-$R0" "" + StrCmp $R2 "" 0 installed ; If this is the check after installation, don't infinite loop on failure StrCmp $R1 "$TEMP\aspell_dict-$R0.exe" 0 +3