From 587a5061c9102deb91b21efd459b194954902d3f Mon Sep 17 00:00:00 2001 From: heavyiron Date: Sat, 10 Mar 2007 03:56:02 +0000 Subject: [PATCH] *Correct terminating of icons when applying changes *SPraid forgot to add one "mov eax,70" - fixed git-svn-id: svn://kolibrios.org@409 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/system/icon/trunk/icon.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/programs/system/icon/trunk/icon.asm b/programs/system/icon/trunk/icon.asm index de06f213cd..eb42f740d8 100644 --- a/programs/system/icon/trunk/icon.asm +++ b/programs/system/icon/trunk/icon.asm @@ -147,6 +147,7 @@ still: mov [ebx+12],edx mov esi,iconlst call lst_path + mov eax,70 int 0x40 ; (2) terminate all icons @@ -168,7 +169,7 @@ still: cmp esi,eax jg all_terminated - cmp [I_END+10],dword 'ICON' + cmp [I_END+10],dword '@ICO' jne newread mov eax,51 cmp eax,[I_END+42]